Guest User

Untitled

a guest
Oct 25th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. # /srv/salt/app/files/app.conf.jinja
  2. [global]
  3. user = {{ salt['pillar.get']("app:user") }}
  4. password = {{ salt['pillar.get']("app:password") }}
  5. # ...and so on
Add Comment
Please, Sign In to add comment