]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Support for '' variable
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Mar 2014 20:13:34 +0000 (17:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 6 Mar 2014 20:13:34 +0000 (17:13 -0300)
manifests/init.pp

index ff7ef0c7b16bbc44ae37963513652af33063a210..45383b4e13222356e6abf5c1f9ecf2d1ccdb0518 100644 (file)
@@ -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", ]