Skip to content

Instantly share code, notes, and snippets.

/test.sls Secret

Created October 20, 2015 22:31
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 anonymous/adac6009232c2cb2e806 to your computer and use it in GitHub Desktop.
Save anonymous/adac6009232c2cb2e806 to your computer and use it in GitHub Desktop.
/etc/salt/master: ## Just to see it add/remove proper text
file:
- managed
- source: salt://testing/testTemplate
- template: jinja
{% if grains['host'] == 'minion1' %}
AllowTCPForwarding yes
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment