diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 15:44:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 15:44:29 -0200 |
commit | 837d2982f992df65dca4461d5ecb9ea0adf52023 (patch) | |
tree | 08e93147e5b348f20e924984c316defdfef9c252 | |
parent | 198d758b55e7670ce11a95383f3e354ef15ca443 (diff) | |
download | puppet-backup-837d2982f992df65dca4461d5ecb9ea0adf52023.tar.gz puppet-backup-837d2982f992df65dca4461d5ecb9ea0adf52023.tar.bz2 |
Adds hwinfo variable (2)
-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 7c55083..c4bc904 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -24,7 +24,7 @@ class backup( $when = hiera('backup::when', 'everyday at 01:00'), $audit_rsync = hiera('backup::audit_rsync', True), $reportwarning = hiera('backup::reportwarning', True), - $hwinfo = hiera('backup::hwinfo::ensure, 'installed') + $hwinfo = hiera('backup::hwinfo, 'installed') ) { include backup::params |