From: Silvio Rhatto Date: Tue, 3 Nov 2015 19:16:23 +0000 (-0200) Subject: Ubuntu workaround X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fe0aacc464ef7797a9d91fc565ce579d501417cb;p=puppet-syslog-ng.git Ubuntu workaround --- diff --git a/manifests/init.pp b/manifests/init.pp index 37df498..e8c114b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -20,7 +20,10 @@ class syslog-ng( $log_kernel_msgs = true ) { # the needed packages - package { "syslog-ng": ensure => installed, } + # see https://bugs.launchpad.net/ubuntu/+source/syslog-ng/+bug/1242173 + package { [ 'syslog-ng-core', 'syslog-ng' ]: + ensure => installed, + } # syslog-ng service service { "syslog-ng":