Puppet: Difference between revisions

From Halfface
Jump to navigation Jump to search
No edit summary
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The source of puppet.
==Test run puppet==
  http://reductivelabs.com/
puppet agent --test --debug --noop
 
==list certificate requests==
Autogenerate puppet pp files.
  puppet ca list
  http://cft.et.redhat.com/
==list certs==
puppet cert list
==remove cert==
  puppet cert clean host.domain.se
=remove cache directory=
locate puppet/cache
[[Category:Applications]]
[[Category:Unix]]
[[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