Last active
August 29, 2015 14:10
-
-
Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.
Revisions
-
tmclaugh revised this gist
Nov 21, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ /etc/puppet/csr_attributes.yaml: --- extension_requests: pp_preshared_key: PUPPET_PSK -
tmclaugh revised this gist
Nov 21, 2014 . 1 changed file with 12 additions and 15 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,12 @@ /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' -
tmclaugh created this gist
Nov 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ ==> puppet: Running provisioner: shell... puppet: Running: inline script ==> puppet: Running provisioner: shell... puppet: Running: inline script ==> puppet: --- ==> puppet: extension_requests: ==> puppet: pp_preshared_key: PUPPET_PSK ==> puppet: Running provisioner: puppet_server... ==> puppet: Running Puppet agent... ==> puppet: Info: Creating a new SSL key for puppet.hubspot.local ==> puppet: Info: Caching certificate for ca ==> puppet: Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml ==> puppet: Error: Could not request certificate: syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK' ==> puppet: Wrapped exception: ==> puppet: syntax error on line 2, col 18: ` pp_preshared_key: PUPPET_PSK'