aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9094988..5c62627 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -117,4 +117,11 @@ class drupal(
mode => 644,
source => "puppet:///modules/drupal/htaccess",
}
+
+ file { [ '/var/www/data/drupal-6/backup', '/var/www/data/drupal-7/backup' ]:
+ ensure => absent,
+ recurse => true,
+ force => true,
+ backup => false,
+ }
}