From 1c0c4b18df0995287a60c1a70886dd3c00c4e55b Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 28 Aug 2013 15:53:38 -0700 Subject: [PATCH] Move location of haproxy rsyslog conf file. The haproxy rsyslog config file was left in the cgit module despite pulling the haproxy stuff out of cgit and putting it in openstack_project. Move the rsyslog config file into the openstack_project module where it belongs. Change-Id: I0fc45f7497f0f2682bbc5c7ae0da546a71b67188 --- .../files => openstack_project/files/git}/rsyslog.haproxy.conf | 0 modules/openstack_project/manifests/git.pp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/{cgit/files => openstack_project/files/git}/rsyslog.haproxy.conf (100%) diff --git a/modules/cgit/files/rsyslog.haproxy.conf b/modules/openstack_project/files/git/rsyslog.haproxy.conf similarity index 100% rename from modules/cgit/files/rsyslog.haproxy.conf rename to modules/openstack_project/files/git/rsyslog.haproxy.conf diff --git a/modules/openstack_project/manifests/git.pp b/modules/openstack_project/manifests/git.pp index a38727d975..cf2520b35d 100644 --- a/modules/openstack_project/manifests/git.pp +++ b/modules/openstack_project/manifests/git.pp @@ -106,7 +106,7 @@ class openstack_project::git ( owner => 'root', group => 'root', mode => '0644', - source => 'puppet:///modules/cgit/rsyslog.haproxy.conf', + source => 'puppet:///modules/openstack_project/git/rsyslog.haproxy.conf', } service { 'rsyslog': ensure => running,