Merge "haproxy: don't manage rsyslog service"

This commit is contained in:
Zuul 2018-08-20 16:57:10 +00:00 committed by Gerrit Code Review
commit d9ee39fa47

View File

@ -137,21 +137,14 @@ class openstack_project::git (
before => Service['haproxy'],
}
# TODO(mordred) We should get this haproxy stuff ported to ansible ASAP.
# Ansible is the one installing rsyslog.
file { '/etc/rsyslog.d/haproxy.conf':
ensure => present,
owner => 'root',
group => 'root',
mode => '0644',
source => 'puppet:///modules/openstack_project/git/rsyslog.haproxy.conf',
notify => Service['rsyslog'],
}
# TODO(mordred) We should get this haproxy stuff ported to ansible ASAP.
# Ansible is the one installing rsyslog.
service { 'rsyslog':
ensure => running,
enable => true,
hasrestart => true,
}
# haproxy statsd