puppet, puppet-agent, puppet-apply: add page (#6794)

This commit is contained in:
Daniel
2021-10-12 05:05:25 +02:00
committed by GitHub
parent d050330c07
commit 376a838eab
6 changed files with 122 additions and 0 deletions

21
pages/common/puppet.md Normal file
View File

@@ -0,0 +1,21 @@
# puppet
> Help to manage and automate the configuration of servers.
> Some subcommands such as `puppet agent` have their own usage documentation.
> More information: <https://puppet.com/>.
- Execute a Puppet subcommand:
`puppet {{subcommand}}`
- Check the Puppet version:
`puppet --version`
- Display help:
`puppet --help`
- Display help for a subcommand:
`puppet help {{subcommand}}`