summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-05-21 17:28:36 +0000
committerKevin Fenzi <kevin@scrye.com>2014-05-21 17:28:36 +0000
commit3333d00a59fc3ab726e08a3b1528e3d55608628f (patch)
tree77f0cd6fd620a4c233a4fc939f12a2b10e7e1592
parenteb7371b56063aeec3157aab2dd4c2382234825b2 (diff)
Just call this mirrormanager.conf
-rw-r--r--roles/mirrormanager/frontend/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mirrormanager/frontend/tasks/main.yml b/roles/mirrormanager/frontend/tasks/main.yml
index 7a408ba8b..e6767ec40 100644
--- a/roles/mirrormanager/frontend/tasks/main.yml
+++ b/roles/mirrormanager/frontend/tasks/main.yml
@@ -4,7 +4,7 @@
- name: install /etc/httpd/conf.d/mirrormanager-app.conf
copy: >
src="mirrormanager-app.conf"
- dest="/etc/httpd/conf.d/mirrormanager-app.conf"
+ dest="/etc/httpd/conf.d/mirrormanager.conf"
owner=root
group=root
mode=0644