aboutsummaryrefslogtreecommitdiff
path: root/manifests/role
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-31 14:28:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-31 14:28:01 -0300
commitc0b82b17163606fa1a3f998d66b920172efc37bc (patch)
treedef46588d5013770ce266296b52d26180a80cb7a /manifests/role
parent3bdd3f736d31bf4799cd2e230aaabb4cc6965211 (diff)
downloadpuppet-nodo-c0b82b17163606fa1a3f998d66b920172efc37bc.tar.gz
puppet-nodo-c0b82b17163606fa1a3f998d66b920172efc37bc.tar.bz2
Ensure default and 000-default vhosts are absent at nodo::role::dev::drupal8
Diffstat (limited to 'manifests/role')
-rw-r--r--manifests/role/dev/drupal8.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/dev/drupal8.pp b/manifests/role/dev/drupal8.pp
index 3829e3d..78e7462 100644
--- a/manifests/role/dev/drupal8.pp
+++ b/manifests/role/dev/drupal8.pp
@@ -163,7 +163,7 @@ class nodo::role::dev::drupal8(
require => File["${project_folder}/vendor"],
}
- apache::site { "localhost":
+ apache::site { [ "localhost", "default", "000-default" ]:
ensure => absent,
}