From 0cb2fb190828df6d74bec43dfd31a8756805c899 Mon Sep 17 00:00:00 2001 From: Dimitri Tischenko Date: Thu, 21 Nov 2013 11:49:52 +0100 Subject: [PATCH] ssl_cal_path is actually ssl_ca_file Also slightly improved code layout --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f81cd96..405ba2e 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ This module is puppet 3 tested Installation, make sure service is running and will be started at boot time: lumberjack::instance { 'foo': - host => 'logstashhost', - port => '7200', - files => ['/var/log/messages', '/var/log/thing/*'], - ssl_ca_path => "puppet:///path/to/ca.crt", + host => 'logstashhost', + port => '7200', + files => ['/var/log/messages', '/var/log/thing/*'], + ssl_ca_file => 'puppet:///path/to/ca.crt', } Removal/decommissioning: