aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:16:45 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-07 18:16:45 -0200
commite25c0cac9e57a689b7746daa873edcc9d9305d18 (patch)
treeb61e2a5c2555ba741c0dd3a5ea562f9e5aedaa01
parent906fce4074bad6d0e46ebbcc84ffdb97472f2e93 (diff)
downloadpuppet-nodo-e25c0cac9e57a689b7746daa873edcc9d9305d18.tar.gz
puppet-nodo-e25c0cac9e57a689b7746daa873edcc9d9305d18.tar.bz2
Testing empty classes
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 182536e..950c2ab 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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,
+ }
}