Added opensuse supporttags/v0.55.0
- watch_in: | - watch_in: | ||||
- pkg: nginx_install | - pkg: nginx_install | ||||
{% endif %} | {% endif %} | ||||
{% if salt['grains.get']('os_family') == 'Suse' %} | |||||
nginx_zypp_repo: | |||||
pkgrepo: | |||||
{%- if nginx.install_from_repo %} | |||||
- managed | |||||
{%- else %} | |||||
- absent | |||||
{%- endif %} | |||||
- name: server_http | |||||
- humanname: server_http | |||||
- baseurl: 'http://download.opensuse.org/repositories/server:/http/openSUSE_13.2/' | |||||
- enabled: True | |||||
- autorefresh: True | |||||
- gpgcheck: True | |||||
- gpgkey: 'http://download.opensuse.org/repositories/server:/http/openSUSE_13.2/repodata/repomd.xml.key' | |||||
- require_in: | |||||
- pkg: nginx_install | |||||
- watch_in: | |||||
- pkg: nginx_install | |||||
{% endif %} |
'vhost_enabled': '/etc/nginx/conf.d', | 'vhost_enabled': '/etc/nginx/conf.d', | ||||
'vhost_use_symlink': False, | 'vhost_use_symlink': False, | ||||
}, | }, | ||||
'Suse': { | |||||
'package': 'nginx', | |||||
'service': 'nginx', | |||||
'webuser': 'nginx', | |||||
'conf_file': '/etc/nginx/nginx.conf', | |||||
'vhost_available': '/etc/nginx/conf.d', | |||||
'vhost_enabled': '/etc/nginx/conf.d', | |||||
'vhost_use_symlink': False, | |||||
}, | |||||
}, default='Debian' ), | }, default='Debian' ), | ||||
'install_from_source': False, | 'install_from_source': False, | ||||
'install_from_ppa': False, | 'install_from_ppa': False, | ||||
'install_from_repo': False, | |||||
'ppa_version': 'stable', | 'ppa_version': 'stable', | ||||
'package': { | 'package': { | ||||
'opts': {}, | 'opts': {}, |