Puppet: Difference between revisions

From Halfface
Jump to navigation Jump to search
 
Line 7: Line 7:
==remove cert==
==remove cert==
  puppet cert clean host.domain.se
  puppet cert clean host.domain.se
=remove cache directory=
locate puppet/cache
[[Category:Applications]]
[[Category:Applications]]
[[Category:Unix]]
[[Category:Unix]]
[[Category:Automation]]
[[Category:Automation]]

Latest revision as of 09:19, 7 October 2019

Test run puppet

puppet agent --test --debug --noop

list certificate requests

puppet ca list

list certs

puppet cert list 

remove cert

puppet cert clean host.domain.se

remove cache directory

locate puppet/cache