From: Silvio Rhatto Date: Thu, 24 Mar 2016 18:03:59 +0000 (-0300) Subject: Use hiera X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=44f10655e263e9d160b05ec03cbdf092233a2f41;p=puppet-syslog-ng.git Use hiera --- diff --git a/manifests/init.pp b/manifests/init.pp index b29cf44..605dd4d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,7 +17,7 @@ # along with this program. If not, see . class syslog-ng( - $log_kernel_msgs = true + $log_kernel_msgs = hiera('syslog-ng::log_kernel_msgs', true) ) { # see https://bugs.launchpad.net/ubuntu/+source/syslog-ng/+bug/1242173 package { 'syslog-ng-core':