diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:49:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 22:49:09 -0200 |
commit | 814b314c73486eca543a8afd953929bf36c25ee3 (patch) | |
tree | eef0e168997e4f6e9ec97397f726c9a700d27887 /manifests | |
parent | f16b971e5e59a2a545032effc4832d25a4eadf6c (diff) | |
download | puppet-backup-814b314c73486eca543a8afd953929bf36c25ee3.tar.gz puppet-backup-814b314c73486eca543a8afd953929bf36c25ee3.tar.bz2 |
Minor change
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
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, } |