Merge pull request #14 from iamseth/master

add RedHat section to map.jinja
This commit is contained in:
Nitin Madhok 2015-03-13 10:44:56 -04:00
commit ed1a21ec67
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')) %}