summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorChristian Kaenzig <christian.kaenzig@camptocamp.com>2013-05-08 10:59:00 +0200
committerRaphaƫl Pinson <raphael.pinson@camptocamp.com>2013-10-28 16:22:12 +0100
commitdff32dcee945701986ff516375ca68fcd202a749 (patch)
tree2847498c3aa64e3d338f0383e11581bf32da7260 /manifests
parent20fbda6b91472e656331a9c64630fb207e9f5789 (diff)
Make rsyslog server port configurable
Diffstat (limited to 'manifests')
-rw-r--r--manifests/server.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/server.pp b/manifests/server.pp
index ef0525a..0cb7de8 100644
--- a/manifests/server.pp
+++ b/manifests/server.pp
@@ -31,7 +31,8 @@ class rsyslog::server (
$enable_onefile = false,
$server_dir = '/srv/log/',
$custom_config = undef,
- $high_precision_timestamps = false
+ $port = '514',
+ $high_precision_timestamps = false,
) inherits rsyslog {
$real_content = $custom_config ? {