Issue #7761 has been reported by Dan Carley. ---------------------------------------- Bug #7761: loggertype/logger_type documentation discrepency https://projects.puppetlabs.com/issues/7761
Author: Dan Carley Status: Unreviewed Priority: Normal Assignee: Category: Documentation Target version: Keywords: Branch: Affected mCollective version: The mcollective [configuration guide](http://docs.puppetlabs.com/mcollective/reference/basic/configuration.html#common-options) describes the key `loggertype`. This should be `logger_type`. <pre> diff --git a/website/reference/basic/configuration.md b/website/reference/basic/configuration.md index 9b70448..2775b71 100644 --- a/website/reference/basic/configuration.md +++ b/website/reference/basic/configuration.md @@ -41,7 +41,7 @@ Configuration is a simple *key = val* style configuration file. |connector|Stomp|Which _connector_ plugin to use for communication| |securityprovider|Psk|Which security model to use, see [SSL Security Plugin][SSLSecurity] and [AES Security Plugin][AESSecu |rpchelptemplate|/etc/mcollective/rpc-help.erb|The path to the erb template used for generating help| -|loggertype|file|Valid logger types, currently file, syslog or console| +|logger_type|file|Valid logger types, currently file, syslog or console| |ssl_cipher|aes-256-cbc|This sets the cipher in use by the SSL code, see _man enc_ for a list supported by OpenSSL| ## Server Configuration </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
