Created
January 25, 2016 13:59
-
-
Save mxey/e3035d704946d1f84a2e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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