From: Silvio Rhatto Date: Sun, 7 Feb 2010 20:16:45 +0000 (-0200) Subject: Testing empty classes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e25c0cac9e57a689b7746daa873edcc9d9305d18;p=puppet-nodo.git Testing empty classes --- 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, + } }