Last active
August 29, 2015 14:10
-
-
Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/etc/puppet/csr_attributes.yaml: | |
--- | |
extension_requests: | |
pp_preshared_key: PUPPET_PSK | |
Puppet output: | |
Info: Creating a new SSL key for puppet.hubspot.local | |
Info: Caching certificate for ca | |
Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml | |
Error: Could not request certificate: syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK' | |
Wrapped exception: | |
syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment