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/>.

Debian Debian
RUN apt-get update && \ apt-get install -y puppet
Ubuntu
RUN apt-get update && \ apt-get install -y puppet
Arch Arch Linux
RUN pacman -S --noconfirm puppet
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y puppet
Fedora
RUN dnf install -y puppet
Raspbian
RUN apt-get update && \ apt-get install -y puppet
click the source code to copy install puppet on any operating system with command-not-found.com