From: Stephen Gran Date: Fri, 1 Apr 2011 13:28:33 +0000 (+0100) Subject: oops, need this one. Put it back in the right module X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=0a02bc6b16e37492a22bfa50b6a9c2b9148b791d;p=mirror%2Fdsa-puppet.git oops, need this one. Put it back in the right module Signed-off-by: Stephen Gran --- diff --git a/modules/syslog-ng/manifests/init.pp b/modules/syslog-ng/manifests/init.pp index 7706c784c..b1490d939 100644 --- a/modules/syslog-ng/manifests/init.pp +++ b/modules/syslog-ng/manifests/init.pp @@ -1,4 +1,8 @@ class syslog-ng { + package { + "syslog-ng": ensure => installed; + } + file { "/etc/syslog-ng/syslog-ng.conf": content => template("syslog-ng/syslog-ng.conf.erb"),