mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Update map.ninja to rely on oscodename grain instead of lsb_distrib_release
This is more reliable than version numbers which might change with point releases (in particular for Debian Jessie) and is more likely to not conflict between multiple OS.
This commit is contained in:
parent
93745004ca
commit
5dc9d42ea6
1 changed files with 4 additions and 4 deletions
|
@ -60,23 +60,23 @@
|
|||
'use_require': False,
|
||||
},
|
||||
}, merge=salt['grains.filter_by']({
|
||||
'14.04': {
|
||||
'trusty': {
|
||||
'confext': '.conf',
|
||||
'default_site': '000-default.conf',
|
||||
'default_site_ssl': 'default-ssl.conf',
|
||||
'use_require': True,
|
||||
},
|
||||
'14.10': {
|
||||
'utopic': {
|
||||
'confext': '.conf',
|
||||
'default_site': '000-default.conf',
|
||||
'default_site_ssl': 'default-ssl.conf',
|
||||
'use_require': True,
|
||||
},
|
||||
'8.0': {
|
||||
'jessie': {
|
||||
'wwwdir': '/var/www',
|
||||
'confext': '.conf',
|
||||
'default_site': '000-default.conf',
|
||||
'default_site_ssl': 'default-ssl.conf',
|
||||
'use_require': True,
|
||||
},
|
||||
}, grain='lsb_distrib_release', merge=salt['pillar.get']('apache:lookup'))) %}
|
||||
}, grain='oscodename', merge=salt['pillar.get']('apache:lookup'))) %}
|
||||
|
|
Loading…
Add table
Reference in a new issue