Puppet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(23 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== | ==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 | |||
[[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