Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
salt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
salt
Commits
df55b77d
Commit
df55b77d
authored
May 15, 2020
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates from master
parent
db8d9b94
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
5 deletions
+17
-5
alfresco/tools.sls
alfresco/tools.sls
+1
-1
lorikeet/init.sls
lorikeet/init.sls
+1
-1
onlyoffice/init.sls
onlyoffice/init.sls
+4
-0
sslproxy/init.sls
sslproxy/init.sls
+4
-1
tomcat/init.sls
tomcat/init.sls
+7
-2
No files found.
alfresco/tools.sls
View file @
df55b77d
...
...
@@ -51,7 +51,7 @@ swftools:
libreoffice:
pkgrepo.managed:
- ppa: libreoffice/libreoffice-
5-4
- ppa: libreoffice/libreoffice-
6-3
pkg.installed:
- pkgs:
- libreoffice
...
...
lorikeet/init.sls
View file @
df55b77d
{% set lorikeet_version = salt['pillar.get']('lorikeet:version', '0.
6
.2') %}
{% set lorikeet_version = salt['pillar.get']('lorikeet:version', '0.
11
.2') %}
{% set hsperf_version = salt['pillar.get']('hsperf:version', '0.1.1') %}
openssl:
...
...
onlyoffice/init.sls
View file @
df55b77d
...
...
@@ -116,9 +116,13 @@ stop_{{ apache.pkg }}:
onlyoffice-documentserver:
pkg.installed:
- sources:
- onlyoffice-documentserver: https://repo.parashift.com.au/module/onlyoffice/documentserver/5.3.4/debian.deb
- require:
- pkgrepo: onlyoffice-repo
- postgres_database: onlyoffice
- unless: test -d /var/www/onlyoffice/documentserver
onlyoffice:
postgres_user.present:
...
...
sslproxy/init.sls
View file @
df55b77d
...
...
@@ -38,6 +38,7 @@
- watch_in:
- service: {{apache.pkg}}
{% if pillar['alfresco'] is defined %}
{% for site in ['ssl-redirect','ssl-alfresco'] %}
{{apache.etc.site}}/{{site}}.conf:
...
...
@@ -67,6 +68,8 @@ enable_site_{{site}}:
{% endfor %}
{% endif %}
{% endif %}
{% if salt['grains.get']('os_family') == "RedHat" %}
mod_ssl:
...
...
@@ -102,7 +105,7 @@ disable_default_site:
- watch_in:
- service: apache2
{% for mod in ['ssl', 'rewrite', 'proxy', 'proxy_http', 'expires', 'proxy_wstunnel'] %}
{% for mod in ['ssl', 'rewrite', 'proxy', 'proxy_http', 'expires', 'proxy_wstunnel'
, 'headers'
] %}
enable_mod_{{mod}}:
cmd.run:
...
...
tomcat/init.sls
View file @
df55b77d
...
...
@@ -31,6 +31,8 @@ systemctl daemon-reload:
- watch:
- file: create_tomcat7_service
- file: /etc/init.d/tomcat7
- require_in:
- service: tomcat7_service
{% else %}
...
...
@@ -52,8 +54,10 @@ systemctl daemon-reload:
- require:
- pkg: purge_tomcat7
authbind:
pkg.installed
curl:
pkg.installed:
- require_in:
- cmd: download_tomcat7
purge_tomcat7:
pkg.purged:
...
...
@@ -80,6 +84,7 @@ create_tomcat7_dir:
- require:
- user: tomcat7_user
download_tomcat7:
cmd.run:
- name: curl http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.59/bin/apache-tomcat-7.0.59.tar.gz | tar xvzf - -C /var/lib/tomcat7 --strip-components=1 --exclude='*/webapps/examples' && chown -R tomcat7:tomcat7 /var/lib/tomcat7
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment