Merge pull request #215 from noelmcloughlin/fixes

Updated for Suse 15.0
This commit is contained in:
Niels Abspoel 2019-02-22 10:17:52 +01:00 committed by GitHub
commit f2068947cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,13 +64,13 @@
'service': 'nginx', 'service': 'nginx',
'webuser': 'nginx', 'webuser': 'nginx',
'conf_file': '/etc/nginx/nginx.conf', 'conf_file': '/etc/nginx/nginx.conf',
'server_available': '/etc/nginx/conf.d', 'server_available': '/etc/nginx/sites-available',
'server_enabled': '/etc/nginx/conf.d', 'server_enabled': '/etc/nginx/sites-enabled',
'snippets_dir': '/etc/nginx/snippets', 'snippets_dir': '/etc/nginx/snippets',
'server_use_symlink': False, 'server_use_symlink': False,
'pid_file': '/run/nginx.pid', 'pid_file': '/run/nginx.pid',
'gpg_check': True, 'gpg_check': True,
'gpg_key': 'http://download.opensuse.org/repositories/server:/http/openSUSE_13.2/repodata/repomd.xml.key', 'gpg_key': 'http://download.opensuse.org/repositories/server:/http/openSUSE_{{ grains.osrelease }}/repodata/repomd.xml.key',
'openssl_package': 'openssl', 'openssl_package': 'openssl',
}, },
'Arch': { 'Arch': {