From fe0aacc464ef7797a9d91fc565ce579d501417cb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 3 Nov 2015 17:16:23 -0200 Subject: Ubuntu workaround --- manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') 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": -- cgit v1.2.3