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,