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

Correct the docs related to the service_enable parameter.

This commit is contained in:
Peter Drake 2016-07-13 15:55:55 -04:00
parent 3dab36ee83
commit 6cb1364023
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*]