]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Testing empty classes
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 20:16:45 +0000 (18:16 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 7 Feb 2010 20:16:45 +0000 (18:16 -0200)
manifests/init.pp

index 182536e2a3fbac05c143921d4fdcbcd637e5e431..950c2abec3df4f579dc8575e25b579c706c9274c 100644 (file)
@@ -413,8 +413,14 @@ class nodo::proxy inherits nodo::vserver {
 
 class nodo::backup inherits nodo::vserver {
   # Class for backup hosting nodes
+  file { "/tmp/empty":
+    ensure => absent,
+  }
 }
 
 class nodo::test inherits nodo::web {
   # Class for test nodes
+  file { "/tmp/empty":
+    ensure => absent,
+  }
 }