From a6e3448f20d40b27d0553cece6199bd74b94602f Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Sun, 22 Jun 2014 16:04:18 +0200 Subject: remove trailing commas --- manifests/client.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/client.pp b/manifests/client.pp index b065062..f8a2120 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -42,9 +42,9 @@ class rsyslog::client ( ) inherits rsyslog { if $custom_config { - $content_real = template($custom_config), + $content_real = template($custom_config) } else { - $content_real = template("${module_name}/client.conf.erb"), + $content_real = template("${module_name}/client.conf.erb") } rsyslog::snippet { $rsyslog::client_conf: -- cgit v1.2.3