Add package/service name for Arch Linux

This commit is contained in:
Imran Haider 2015-05-02 21:01:09 -04:00
parent 037470d46b
commit 76c3a7ba83
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@
'packages': ['postfix'],
'service': 'postfix',
},
'Arch' : {
'packages': ['postfix'],
'service': 'postfix',
},
}, merge=salt['pillar.get']('postfix:lookup')) %}