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

View File

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