Skip to content

Instantly share code, notes, and snippets.

@tmclaugh
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.

Select an option

Save tmclaugh/46f8bcc1fcd459171ee8 to your computer and use it in GitHub Desktop.

Revisions

  1. tmclaugh revised this gist Nov 21, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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

  2. tmclaugh revised this gist Nov 21, 2014. 1 changed file with 12 additions and 15 deletions.
    27 changes: 12 additions & 15 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,15 +1,12 @@
    ==> 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'
    /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'
  3. tmclaugh created this gist Nov 21, 2014.
    15 changes: 15 additions & 0 deletions gistfile1.txt
    Original 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'