New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
289B

  1. {% from "salt/map.jinja" import master with context %}
  2. project: {{ master.pillar.project }}
  3. host: {{ master.pillar.host }}
  4. port: {{ master.pillar.port }}
  5. {%- if master.pillar.username is defined %}
  6. username: {{ master.pillar.username }}
  7. password: {{ master.pillar.password }}
  8. {%- endif %}