Skip to content

Instantly share code, notes, and snippets.

@mxey
Created January 25, 2016 13:59
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 mxey/e3035d704946d1f84a2e to your computer and use it in GitHub Desktop.
Save mxey/e3035d704946d1f84a2e to your computer and use it in GitHub Desktop.
/etc/http/conf/http.conf:
file:
- managed
- source: salt://apache/http.conf
- user: root
- group: root
- mode: 644
- template: jinja
- context:
custom_var: "override"
- defaults:
custom_var: "default value"
other_var: 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment