Last active
November 25, 2017 16:03
-
-
Save RikMerkens/b411ff79e2b934e8ad866bd0a802a7cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| yum -y install epel-release | |
| yum -y install salt-minion | |
| sed -i "/#master:/c\master: 188.166.38.241" /etc/salt/minion | |
| systemctl enable salt-minion | |
| systemctl start salt-minion | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment