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:
parent
41bff34c27
commit
1c0c4b18df
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user