Skip to content

Instantly share code, notes, and snippets.

@avnik
Created June 22, 2013 02: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 avnik/5835567 to your computer and use it in GitHub Desktop.
Save avnik/5835567 to your computer and use it in GitHub Desktop.
# in /srv/salt/foo/data.sls
/srv/data:
file.recurse:
- source: salt://data/blobs
# in master config
file_roots:
base:
- /srv/salt
data:
- /srv/data
# and have /srv/data/data/blobs of cource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment