Skip to content

Instantly share code, notes, and snippets.

@victor-ono
Last active November 2, 2017 20:43
Show Gist options
  • Save victor-ono/4e37c1d19b45adc8ab865ba80cb30c3e to your computer and use it in GitHub Desktop.
Save victor-ono/4e37c1d19b45adc8ab865ba80cb30c3e to your computer and use it in GitHub Desktop.
Install Salt minion
sudo yum install -y https://repo.saltstack.com/yum/redhat/salt-repo-latest-2.el7.noarch.rpm > /tmp/configure_vm.log 2>&1
sudo yum clean expire-cache > /tmp/configure_vm.log 2>&1
sudo yum install -y salt-minion > /tmp/configure_vm.log 2>&1
sudo sed -i '552ifile_client: local' /etc/salt/minion
# curl -L https://bootstrap.saltstack.com -o install_salt.sh
# sudo sh install_salt.sh -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment