add tags to config/packages/service

This commit is contained in:
Seth Vidal 2013-05-21 20:15:34 +00:00
parent 269a2ff6e6
commit 922d1a7105
7 changed files with 36 additions and 1 deletions

View file

@ -2,6 +2,7 @@
action: yum pkg=postfix state=installed
tags:
- postfix
- packages
- name: /etc/postfix/main.cf
action: copy src=$item dest=/etc/postfix/main.cf
@ -20,3 +21,5 @@
- name: enable postfix to start
action: service name=postfix state=running enabled=true
tags:
- service