Merge "Do not purge existing Apache config"

This commit is contained in:
Jenkins 2017-01-05 16:29:17 +00:00 committed by Gerrit Code Review
commit a22f54b9eb
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
class packstack::apache ()
{
include ::apache
class {'::apache':
purge_configs => false,
}
if hiera('CONFIG_HORIZON_SSL') == 'y' {
ensure_packages(['mod_ssl'], {'ensure' => 'present'})