1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

Merge pull request #9 from pdrakeweb/fix-parameter-docs

Correct the docs related to the service_enable parameter.
This commit is contained in:
Max Wilhelm 2016-07-14 10:55:58 +02:00 committed by GitHub
commit 8081e8df20
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ include '::fluentd'
Service ensure.
**Default:** 'running'
`service_enabled`
`service_enable`
Defines if the service should be enabled.
**Default:** 'true'

View File

@ -26,7 +26,7 @@
# [*service_ensure*]
# Service ensure
# Default: 'running'
# [*service_enabled*]
# [*service_enable*]
# Defines if the service should be enabled
# Default: 'true'
# [*user_manage*]