Skip to content

Instantly share code, notes, and snippets.

@joaoluiznaufel
Created September 11, 2019 11:10
Show Gist options
  • Save joaoluiznaufel/65fd3e1592c42be030953298f538a69a to your computer and use it in GitHub Desktop.
Save joaoluiznaufel/65fd3e1592c42be030953298f538a69a to your computer and use it in GitHub Desktop.
salt
#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