From f047cafc8d3e5ce27c0810367a6e4538ca7bc402 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 12 Dec 2014 17:56:02 +0000 Subject: [PATCH] Get the filenames to match up with puppet. --- roles/fedora-web/start/files/{start.conf => start-web.conf} | 0 roles/fedora-web/start/tasks/main.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename roles/fedora-web/start/files/{start.conf => start-web.conf} (100%) diff --git a/roles/fedora-web/start/files/start.conf b/roles/fedora-web/start/files/start-web.conf similarity index 100% rename from roles/fedora-web/start/files/start.conf rename to roles/fedora-web/start/files/start-web.conf diff --git a/roles/fedora-web/start/tasks/main.yml b/roles/fedora-web/start/tasks/main.yml index cab27b325c..afadedb2ad 100644 --- a/roles/fedora-web/start/tasks/main.yml +++ b/roles/fedora-web/start/tasks/main.yml @@ -9,7 +9,7 @@ src={{item}} dest=/etc/httpd/conf.d/{{website}}/{{item}} owner=root group=root mode=0644 with_items: - - start.conf + - start-web.conf - languages.conf notify: - restart httpd