add RedHat section to map.jinja

This commit is contained in:
Seth Miller 2015-03-13 20:26:27 +08:00
parent 93423d4ace
commit f017b73325
1 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,8 @@
'packages': ['mail-mta/postfix'],
'service': 'postfix',
},
'RedHat': {
'packages': ['postfix'],
'service': 'postfix',
},
}, merge=salt['pillar.get']('postfix:lookup')) %}