Puppet: Difference between revisions

From Halfface
Jump to navigation Jump to search
(Replaced content with "# Test run puppet puppet agent --test --debug --noop Category:Applications Category:Unix Category:Automation")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
# Test run puppet  
==Test run puppet==
  puppet agent --test --debug --noop
  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
[[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