From 80646217d98031421a847613c16c0a1f85dc63bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Jan 2013 16:36:51 -0200 Subject: Upgrading for 2.7 compatibility --config --- manifests/init.pp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 30638a1..1406d12 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -16,12 +16,9 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import "vserver.pp" - -# whether to log kernel messages -$log_kernel_msgs = true - -class syslog-ng { +class syslog-ng( + $log_kernel_msgs = true +) { # the needed packages package { "syslog-ng": ensure => installed, } -- cgit v1.2.3