From e25c0cac9e57a689b7746daa873edcc9d9305d18 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 7 Feb 2010 18:16:45 -0200 Subject: Testing empty classes --- manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) 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, + } } -- cgit v1.2.3