diff options
-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, } |