summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2012-11-19 18:31:00 +0100
committerSteffen Zieger <me@saz.sh>2012-11-19 18:31:00 +0100
commit99b65e39d54afcc20befb2097b7180681063c6c4 (patch)
tree7b35b5a3f3fab2ce26be6d71f6b0e3ea17704cc3 /manifests
parentfc3dc643e13b62d07d1eac8f5a3ba24e64780c91 (diff)
remove trailing comma
Diffstat (limited to 'manifests')
-rw-r--r--manifests/database.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/database.pp b/manifests/database.pp
index f5d83e5..8046d2a 100644
--- a/manifests/database.pp
+++ b/manifests/database.pp
@@ -27,7 +27,7 @@ class rsyslog::database (
$server,
$database,
$username,
- $password,
+ $password
) inherits rsyslog {
$db_module = "om${backend}"