]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure default and 000-default vhosts are absent at nodo::role::dev::drupal8
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 17:28:01 +0000 (14:28 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 31 May 2018 17:28:01 +0000 (14:28 -0300)
manifests/role/dev/drupal8.pp

index 3829e3d36cbc914249d4b660e9d41cd03978609c..78e7462d0e679d29a40028963f27b509118cc3e0 100644 (file)
@@ -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,
   }