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
This commit is contained in:
Clark Boylan 2013-08-28 15:53:38 -07:00
parent 41bff34c27
commit 1c0c4b18df
2 changed files with 1 additions and 1 deletions

View File

@ -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,