From 6a440ec8c15d6e2c8bc0bc9cd6b85cc1c131d75d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Lindstro=CC=88m?= Date: Sun, 1 Jul 2012 10:26:39 +0200 Subject: add port option to rsyslog::client This commit adds port option for the rsyslog::client class for servers not running on 514. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 741d93f..077735c 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Manage rsyslog client and server via Puppet log_auth_local => false, custom_config => undef, server => 'log', + port => '514', } ``` -- cgit v1.2.3