Skip to content

Instantly share code, notes, and snippets.

@asido
Created April 28, 2015 08:18
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 asido/fd01370288d7646f23f4 to your computer and use it in GitHub Desktop.
Save asido/fd01370288d7646f23f4 to your computer and use it in GitHub Desktop.
# server.sls
clone-external-software:
hg.latest:
- name: ssh://hg@bitbucket.org/.../external-software
- rev: tip
- target: /local/external_software
install-ccregex:
cmd.run:
- cwd: /local/external_software/ccregex
- name: |
make
make install
- onchanges:
- server: clone-external-software
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment