Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tlk2126
Created March 20, 2014 18:25
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 tlk2126/9670521 to your computer and use it in GitHub Desktop.
Save tlk2126/9670521 to your computer and use it in GitHub Desktop.
some-conf-thing:
git:
- latest
- name: <git url>
- rev: <some git treeish thing, e.g. `prod'>
- target: /where/i/want/conf/to/appear
- force: True
- force_checkout: True
- user: <user this should run as>
- require:
- file: /where/i/want/conf/to/appear
- watch_in:
- service: service-someservice
service-someservice:
service:
- running
- require:
- git: some-conf-thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment