Merge "Prevent possible http_mod headers declaration conflict"

This commit is contained in:
Jenkins 2015-11-23 12:36:07 +00:00 committed by Gerrit Code Review
commit d20e40f906
1 changed files with 4 additions and 2 deletions

View File

@ -209,8 +209,10 @@ class graphite(
template => 'graphite/graphite.vhost.erb',
}
httpd_mod { 'headers':
ensure => present
if !defined(Httpd::Mod['headers']) {
::httpd::mod { 'headers':
ensure => present,
}
}
vcsrepo { '/opt/statsd':