Skip to content

Commit f739ac5

Browse files
author
Kevin Paulisse
committed
Clarify the optional-ness of the SSL client password in the example
1 parent 9f2da4b commit f739ac5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/octocatalog-diff.cfg.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ def self.config
103103
# fqdn = Socket.gethostbyname(Socket.gethostname).first
104104
# settings[:puppetdb_ssl_client_key] = File.read("/etc/puppetlabs/puppet/ssl/private_keys/#{fqdn}.pem")
105105
# settings[:puppetdb_ssl_client_cert] = File.read("/etc/puppetlabs/puppet/ssl/certs/#{fqdn}.pem")
106+
107+
# For keys generated by Puppet, passwords are not needed so the next setting can be left commented.
108+
# If you generated your own key outside of Puppet and it has a password, specify it here.
106109
# settings[:puppetdb_ssl_client_password] = 'your-password-here'
107110

108111
##############################################################################################

0 commit comments

Comments
 (0)