summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2014-01-24 16:50:00 +0100
committerSteffen Zieger <me@saz.sh>2014-01-24 16:50:00 +0100
commit5b4dfc310b7f9289638e82d4050f41b45e598ab6 (patch)
treeb9381cf1fe1891aa4bd72a34b39c16cbab5a2184 /manifests/client.pp
parent5a8fc5865c84a92c7c22d6bdf078617309d862d9 (diff)
remove trailing comma
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 37be590..f275ad3 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -32,7 +32,7 @@ class rsyslog::client (
$custom_params = undef,
$server = 'log',
$port = '514',
- $ssl_ca = undef,
+ $ssl_ca = undef
) inherits rsyslog {
$content_real = $custom_config ? {