make sure mirrormanager.conf is blanked so it doesn't start up
This commit is contained in:
parent
c4ac828c8e
commit
9cacbc4594
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
# nuke mirrormanager.conf so that it doesn't start up
|
||||
- name: kill /etc/httpd/conf.d/mirrrormanager.conf
|
||||
copy: content="blanked on purpose" dest=/etc/httpd/conf.d/mirrormanager.conf
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- config
|
||||
|
||||
# selinux policy - mirrormanager - put in place - for the sockfile
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue