diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 18:16:45 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-07 18:16:45 -0200 |
commit | e25c0cac9e57a689b7746daa873edcc9d9305d18 (patch) | |
tree | b61e2a5c2555ba741c0dd3a5ea562f9e5aedaa01 | |
parent | 906fce4074bad6d0e46ebbcc84ffdb97472f2e93 (diff) | |
download | puppet-nodo-e25c0cac9e57a689b7746daa873edcc9d9305d18.tar.gz puppet-nodo-e25c0cac9e57a689b7746daa873edcc9d9305d18.tar.bz2 |
Testing empty classes
-rw-r--r-- | manifests/init.pp | 6 |
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, + } } |