Created
September 11, 2019 11:10
-
-
Save joaoluiznaufel/65fd3e1592c42be030953298f538a69a to your computer and use it in GitHub Desktop.
salt
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
#check the name of the minions | |
sudo salt-run manage.up | |
#update source for salt master. | |
sudo salt-run git_pillar.update | |
#check the state first. | |
sudo salt '*' state.apply test=True | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment