From: Michael Scherer <[email protected]>

---
 handlers/restart_services.yml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/handlers/restart_services.yml b/handlers/restart_services.yml
index a2e9669..24bfcc7 100644
--- a/handlers/restart_services.yml
+++ b/handlers/restart_services.yml
@@ -2,9 +2,6 @@
 # Handlers for restarting services
 #
 
-- name: restart auditd
-  action: service name=auditd state=restarted
-
 - name: restart apache
   command: /usr/local/bin/conditional-restart.sh httpd httpd
 
@@ -72,12 +69,6 @@
 - name: restart named
   action: service name=named state=restarted
 
-- name: restart nfs
-  action: service name=nfs state=restarted
-
-- name: restart nfslock
-  action: service name=nfslock state=restarted
-
 - name: restart ntpd
   action: service name=ntpd state=restarted
 
@@ -105,12 +96,6 @@
 - name: restart postfix
   action: service name=postfix state=restarted
 
-- name: restart rpcbind
-  action: service name=rpcbind state=restarted
-
-- name: restart rpcidmapd
-  action: service name=rpcidmapd state=restarted
-
 - name: restart xinetd
   action: service name=xinetd state=restarted
 
@@ -167,9 +152,6 @@
 - name: "update ca-trust"
   command: /usr/bin/update-ca-trust
 
-- name: restart openstack-keystone
-  service: name=openstack-keystone state=restarted
-
 - name: restart stunnel
   service: name=stunnel state=restarted
 
-- 
1.8.3.1
_______________________________________________
infrastructure mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to