diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 15:46:36 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 15:46:36 -0200 |
commit | ea554b0aabed15309af7136fba40ee4fa50c260c (patch) | |
tree | f5c6c7f1a6290c236c3266a8bbf54d6557852263 | |
parent | 837d2982f992df65dca4461d5ecb9ea0adf52023 (diff) | |
download | puppet-backup-ea554b0aabed15309af7136fba40ee4fa50c260c.tar.gz puppet-backup-ea554b0aabed15309af7136fba40ee4fa50c260c.tar.bz2 |
Adds hwinfo variable (3)
-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 c4bc904..5253ec9 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, 'installed') + $hwinfo = hiera('backup::hwinfo' 'installed') ) { include backup::params |