Skip to content

Instantly share code, notes, and snippets.

@RikMerkens
Last active November 25, 2017 16:03
Show Gist options
  • Select an option

  • Save RikMerkens/b411ff79e2b934e8ad866bd0a802a7cd to your computer and use it in GitHub Desktop.

Select an option

Save RikMerkens/b411ff79e2b934e8ad866bd0a802a7cd to your computer and use it in GitHub Desktop.
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