Last active
November 2, 2017 20:43
-
-
Save victor-ono/4e37c1d19b45adc8ab865ba80cb30c3e to your computer and use it in GitHub Desktop.
Install Salt minion
This file contains 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
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