aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-03 15:46:36 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-03 15:46:36 -0200
commitea554b0aabed15309af7136fba40ee4fa50c260c (patch)
treef5c6c7f1a6290c236c3266a8bbf54d6557852263
parent837d2982f992df65dca4461d5ecb9ea0adf52023 (diff)
downloadpuppet-backup-ea554b0aabed15309af7136fba40ee4fa50c260c.tar.gz
puppet-backup-ea554b0aabed15309af7136fba40ee4fa50c260c.tar.bz2
Adds hwinfo variable (3)
-rw-r--r--manifests/init.pp2
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