salt-master

remote manager to administer servers via salt

Debian Debian
RUN apt-get update && \ apt-get install -y salt-master
Ubuntu
RUN apt-get update && \ apt-get install -y salt-master
Alpine
RUN apk add salt-master
Arch Arch Linux
RUN pacman -S --noconfirm salt-master
Fedora
RUN dnf install -y salt-master
Raspbian
RUN apt-get update && \ apt-get install -y salt-master
click the source code to copy install salt-master on any operating system with command-not-found.com