aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-06 17:13:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-06 17:13:34 -0300
commit9100105c20b2dda8f566de9da157a1994d23ffcf (patch)
tree297088964e5cc22ac29b180eef89d9ceb622b315 /manifests
parent54b91b059901e06b5cdc1dbda959304557e8b45a (diff)
downloadpuppet-backup-9100105c20b2dda8f566de9da157a1994d23ffcf.tar.gz
puppet-backup-9100105c20b2dda8f566de9da157a1994d23ffcf.tar.bz2
Support for '' variable
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ff7ef0c..45383b4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -23,6 +23,7 @@
# backup folder
$backupdir = "/var/backups"
$backupdir_remote = "$backupdir/remote"
+$backupdir_ensure = hiera('backup::dir::ensure', 'directory')
# for data that's going to be encrypted and signed
$backup_include_unencrypted = [ "/etc", "/var", "/home", ]