salt/states/roles/maintain/sendmail/init.sls
2017-08-07 13:25:01 -05:00

16 lines
292 B
Text
Executable file

{%- set os=grains['os'] -%}
postfix:
pkg.installed:
- pkgs:
- postfix
# service.running:
# - enable: true
#/etc/salt/minion:
# file.managed:
# - source: salt://roles/maintain/saltminion/minion
# - user: root
# - group: root
# - mode: 644
# - template: jinja