Skip to content

Instantly share code, notes, and snippets.

@daviddyball
Created November 13, 2013 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daviddyball/41096b7a3729387d33c5 to your computer and use it in GitHub Desktop.
Save daviddyball/41096b7a3729387d33c5 to your computer and use it in GitHub Desktop.
Salt require example
include:
- users
pull-git-stuff:
cmd.run:
- name: git pull
- user: dave
- require:
- user: create-dave-user
create-dave-user:
user.present:
- fullname: Dave
- name: dave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment