]> gitweb.fluxo.info Git - puppet-syslog-ng.git/commitdiff
Use hiera
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 18:03:59 +0000 (15:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Mar 2016 18:03:59 +0000 (15:03 -0300)
manifests/init.pp

index b29cf44d6cc29d6ac797f5cda7c5b5222c35ce35..605dd4dd76f24a15ccfaa5c83cec4763183c90d4 100644 (file)
@@ -17,7 +17,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 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':