-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(FM-7937) Implement Puppet Strings #107
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few minor changes @carabasdaniel .
manifests/init.pp
Outdated
| @@ -24,13 +23,14 @@ | |||
| # @param verify_satellite_certificate [Boolean] When set to false, allows the Satellite server to present an unsigned, unrecognized, | |||
| # or invalid SSL certificate. This creates the risk of a host falsifying its identity as the Satellite server. | |||
| # Valid values: true, false. Defaults to true. | |||
| # @param ssl_ca [Optional[String]] The file path to the CA certificate used to verify the satellite server identitity. If not | |||
| # @param ssl_ca [String] The file path to the CA certificate used to verify the satellite server identitity. If not | |||
| # provided, the local Puppet Enterprise master's CA is used. | |||
| # @param ssl_cert [String] The file path to the certificate signed by the Satellite CA. It's used for Satellite to verify the identity | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data type automatically extracted. This should be removed.
manifests/init.pp
Outdated
| @@ -24,13 +23,14 @@ | |||
| # @param verify_satellite_certificate [Boolean] When set to false, allows the Satellite server to present an unsigned, unrecognized, | |||
| # or invalid SSL certificate. This creates the risk of a host falsifying its identity as the Satellite server. | |||
| # Valid values: true, false. Defaults to true. | |||
| # @param ssl_ca [Optional[String]] The file path to the CA certificate used to verify the satellite server identitity. If not | |||
| # @param ssl_ca [String] The file path to the CA certificate used to verify the satellite server identitity. If not | |||
| # provided, the local Puppet Enterprise master's CA is used. | |||
| # @param ssl_cert [String] The file path to the certificate signed by the Satellite CA. It's used for Satellite to verify the identity | |||
| # of the Puppet Enterprise master | |||
| # @param ssl_key [String] The file path to the key for the Puppet Enterprise master generated by Satellite | |||
| # @param manage_default_ca_cert [Boolean] Applicable to Red Hat-based systems only. When set to true, the module transfers the Satellite | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data type automatically extracted. This should be removed.
No description provided.