Fix rsyslog duplicate declaration for git.o.o
It's already declared in the template class, which is included by the git class. Change-Id: I94b660f13f93a459a9c130804f0d9b3409055138
This commit is contained in:
parent
988cbc1d05
commit
9f0d0dfc83
@ -111,9 +111,6 @@ class openstack_project::git (
|
|||||||
group => 'root',
|
group => 'root',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
source => 'puppet:///modules/openstack_project/git/rsyslog.haproxy.conf',
|
source => 'puppet:///modules/openstack_project/git/rsyslog.haproxy.conf',
|
||||||
}
|
notify => Service['rsyslog'],
|
||||||
service { 'rsyslog':
|
|
||||||
ensure => running,
|
|
||||||
subscribe => file['/etc/rsyslog.d/haproxy.conf'],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user