apache_stretch: always remove 000-default.conf

This commit is contained in:
ts
2019-02-18 13:50:34 +00:00
parent e5a9069630
commit 754013ca6b

View File

@@ -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'})
}