From 754013ca6ba788ceb036ec53f549fcd8028753a8 Mon Sep 17 00:00:00 2001 From: ts Date: Mon, 18 Feb 2019 13:50:34 +0000 Subject: [PATCH] apache_stretch: always remove 000-default.conf --- .../unix/http/apache_stretch_compatible/apache/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/unix/http/apache_stretch_compatible/apache/manifests/init.pp b/modules/services/unix/http/apache_stretch_compatible/apache/manifests/init.pp index 1a6e6665d..2c3abd224 100755 --- a/modules/services/unix/http/apache_stretch_compatible/apache/manifests/init.pp +++ b/modules/services/unix/http/apache_stretch_compatible/apache/manifests/init.pp @@ -399,4 +399,5 @@ class apache ( # This anchor can be used as a reference point for things that need to happen *after* # all modules have been put in place. anchor { '::apache::modules_set_up': } + ensure_resource('tidy','apache remove default site', {'path'=>'/etc/apache2/sites-enabled/000-default.conf'}) }