diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2014-05-21 17:28:36 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2014-05-21 17:28:36 +0000 |
| commit | 3333d00a59fc3ab726e08a3b1528e3d55608628f (patch) | |
| tree | 77f0cd6fd620a4c233a4fc939f12a2b10e7e1592 | |
| parent | eb7371b56063aeec3157aab2dd4c2382234825b2 (diff) | |
Just call this mirrormanager.conf
| -rw-r--r-- | roles/mirrormanager/frontend/tasks/main.yml | 2 |
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 |
