diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 17:13:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-06 17:13:34 -0300 |
commit | 9100105c20b2dda8f566de9da157a1994d23ffcf (patch) | |
tree | 297088964e5cc22ac29b180eef89d9ceb622b315 /manifests | |
parent | 54b91b059901e06b5cdc1dbda959304557e8b45a (diff) | |
download | puppet-backup-9100105c20b2dda8f566de9da157a1994d23ffcf.tar.gz puppet-backup-9100105c20b2dda8f566de9da157a1994d23ffcf.tar.bz2 |
Support for '' variable
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
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", ] |