Merge "Fix apache failure"

This commit is contained in:
Jenkins 2016-04-12 01:49:52 +00:00 committed by Gerrit Code Review
commit 754dbe98b9

View File

@ -36,4 +36,7 @@ class infracloud::logs(
ensure => present,
content => template('infracloud/logs.vhost.erb'),
}
# Temporary workaround until https://github.com/puppetlabs/puppetlabs-apache/pull/1388 is merged and released
File[$::apache::mod_enable_dir] -> Exec["syntax verification for ${vhost_name}"]
}