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/>.
Install
- All systems
-
curl cmd.cat/puppet.sh
- Debian
-
apt-get install puppet
- Ubuntu
-
apt-get install puppet
- Arch Linux
-
pacman -S puppet
- Kali Linux
-
apt-get install puppet
- Fedora
-
dnf install puppet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install puppet
- Raspbian
-
apt-get install puppet
- Dockerfile
- dockerfile.run/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
© tl;dr; authors and contributors