We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2da4b commit f739ac5Copy full SHA for f739ac5
1 file changed
examples/octocatalog-diff.cfg.rb
@@ -103,6 +103,9 @@ def self.config
103
# fqdn = Socket.gethostbyname(Socket.gethostname).first
104
# settings[:puppetdb_ssl_client_key] = File.read("/etc/puppetlabs/puppet/ssl/private_keys/#{fqdn}.pem")
105
# 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.
109
# settings[:puppetdb_ssl_client_password] = 'your-password-here'
110
111
##############################################################################################
0 commit comments