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/>.
RUN apt-get update && \
apt-get install -y puppet
RUN apt-get update && \
apt-get install -y puppet
RUN pacman -S --noconfirm puppet
RUN apt-get update && \
apt-get install -y puppet
RUN dnf install -y puppet
RUN apt-get update && \
apt-get install -y puppet