Remove old unused handlers in the current codebase
This commit is contained in:
parent
2b9dcabeda
commit
5896be24e6
1 changed files with 0 additions and 18 deletions
|
@ -2,9 +2,6 @@
|
||||||
# Handlers for restarting services
|
# Handlers for restarting services
|
||||||
#
|
#
|
||||||
|
|
||||||
- name: restart auditd
|
|
||||||
action: service name=auditd state=restarted
|
|
||||||
|
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
command: /usr/local/bin/conditional-restart.sh httpd httpd
|
command: /usr/local/bin/conditional-restart.sh httpd httpd
|
||||||
|
|
||||||
|
@ -66,12 +63,6 @@
|
||||||
- name: restart named
|
- name: restart named
|
||||||
action: service name=named state=restarted
|
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
|
- name: restart ntpd
|
||||||
action: service name=ntpd state=restarted
|
action: service name=ntpd state=restarted
|
||||||
|
|
||||||
|
@ -99,12 +90,6 @@
|
||||||
- name: restart postfix
|
- name: restart postfix
|
||||||
action: service name=postfix state=restarted
|
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
|
- name: restart xinetd
|
||||||
action: service name=xinetd state=restarted
|
action: service name=xinetd state=restarted
|
||||||
|
|
||||||
|
@ -152,9 +137,6 @@
|
||||||
- name: "update ca-trust"
|
- name: "update ca-trust"
|
||||||
command: /usr/bin/update-ca-trust
|
command: /usr/bin/update-ca-trust
|
||||||
|
|
||||||
- name: restart openstack-keystone
|
|
||||||
service: name=openstack-keystone state=restarted
|
|
||||||
|
|
||||||
- name: restart stunnel
|
- name: restart stunnel
|
||||||
service: name=stunnel state=restarted
|
service: name=stunnel state=restarted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue