apache-formula/apache/package-map.jinja

13 lines
328 B
Plaintext
Raw Normal View History

2013-08-22 21:14:28 -06:00
{% set apache = salt['grains.filter_by']({
'Debian': {
'server': 'apache2',
'service': 'apache2',
'conf': '/etc/apache2/conf.d',
},
'RedHat': {
'server': 'httpd',
'service': 'httpd',
'conf': '/etc/httpd/conf.d',
},
}, merge=salt['pillar.get']('apache:lookup')) %}