Skip to content

Instantly share code, notes, and snippets.

@eldadru
Last active March 18, 2017 17:13
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 eldadru/f89e107ed899e8871023cb979f8ec59e to your computer and use it in GitHub Desktop.
Save eldadru/f89e107ed899e8871023cb979f8ec59e to your computer and use it in GitHub Desktop.
compose.sls:
/opt/pod-compose.yml:
file.managed:
- source: 'salt://pod-compose-test.yml'
- makedirs: True
- template: jinja
pod-compose-test.yml:
version:
services:
frontend:
image: "{{ grains['image']['tag'] }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment