Commit eab0d2cf authored by root's avatar root

Updates

parent 39c32c2b
......@@ -15,7 +15,7 @@ include:
- source: salt://alfresco/files/java.login.config
- template: jinja
- require:
- pkg: java
- sls: java
{{java.home}}/lib/security/java.security:
file.append:
......
......@@ -23,7 +23,11 @@ setup_manifest:
install_wkhtml:
pkg.installed:
- sources:
{% if grains['os_family'] == "Debian" %}
- wkhtmltox: https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox_0.12.5-1.{{grains['oscodename']}}_amd64.deb
{% else %}
- wkhtmltox: https://downloads.wkhtmltopdf.org/0.12/0.12.5/wkhtmltox-0.12.5-1.centos7.x86_64.rpm
{% endif %}
/usr/bin/wkhtmltopdf:
file.symlink:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment