summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp5
1 files changed, 4 insertions, 1 deletions
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":