Changes between Version 7 and Version 8 of how-to/puppet


Ignore:
Timestamp:
Mar 14, 2011, 6:27:37 PM (13 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • how-to/puppet

    v7 v8  
    8686
    8787{{{
    88 puppet agent --verbose --waitforcert 60
     88puppet agent --verbose --waitforcert 60 --onetime
     89}}}
     90
     91This step will generate a new certificate.
     92
     93It should output the fingerprint. If you want it to output the fingerprint again, run:
     94
     95{{{
     96puppet agent --verbose --no-daemonie --fingerprint
    8997}}}
    9098
     
    97105And you should see the hostname of your puppet node.
    98106
    99 Then run (FIXME should include fingerprint verification):
     107To see if it has the same fingerprint, run:
     108{{{
     109puppet cert --list --fingerprint  OUTPUT-OF-LIST-COMMAND-ABOVE
     110}}}
     111
     112If they are the same...
    100113
    101114{{{