take out stuff we don't install anymore

This commit is contained in:
Seth Vidal 2013-05-29 22:13:09 +00:00
parent b5efded2a5
commit 70baa0dc9e

View file

@ -59,17 +59,6 @@
- packages
- name: disabled services on rhel
action: service state=stopped enabled=false name=$item
with_items:
- yum-updatesd
- gpm
- rhnsd
only_if: '$is_rhel'
tags:
- service
- config
### END RHEL SPECIFIC ####
### FEDORA SPECIFIC BITS ####