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: