From: Silvio Rhatto Date: Fri, 25 Mar 2016 22:17:15 +0000 (-0300) Subject: Switch from True to true at hiera X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4885b84a5596589459b3d4be65da9f2cec681c61;p=puppet-backup.git Switch from True to true at hiera --- diff --git a/manifests/init.pp b/manifests/init.pp index eea4cd2..bef8c58 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -22,8 +22,8 @@ class backup( $when = hiera('backup::when', 'everyday at 01:00'), - $audit_rsync = hiera('backup::audit_rsync', True), - $reportwarning = hiera('backup::reportwarning', True), + $audit_rsync = hiera('backup::audit_rsync', true), + $reportwarning = hiera('backup::reportwarning', true), $hwinfo = hiera('backup::hwinfo', 'installed') ) {