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:
Jeremy Stanley 2014-02-27 00:12:33 +00:00
parent 988cbc1d05
commit 9f0d0dfc83
1 changed files with 1 additions and 4 deletions

View File

@ -111,9 +111,6 @@ class openstack_project::git (
group => 'root',
mode => '0644',
source => 'puppet:///modules/openstack_project/git/rsyslog.haproxy.conf',
}
service { 'rsyslog':
ensure => running,
subscribe => file['/etc/rsyslog.d/haproxy.conf'],
notify => Service['rsyslog'],
}
}