aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-07 22:49:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-07 22:49:09 -0200
commit814b314c73486eca543a8afd953929bf36c25ee3 (patch)
treeeef0e168997e4f6e9ec97397f726c9a700d27887 /manifests
parentf16b971e5e59a2a545032effc4832d25a4eadf6c (diff)
downloadpuppet-backup-814b314c73486eca543a8afd953929bf36c25ee3.tar.gz
puppet-backup-814b314c73486eca543a8afd953929bf36c25ee3.tar.bz2
Minor change
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 848165f..6e554d1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -46,7 +46,7 @@ class backup {
}
# TODO: temporary resource to be removed in the long run
- file { "/backups":
+ file { "/backup":
ensure => absent,
}