Advertisement
Guest User

Untitled

a guest
Aug 12th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. - salt/base/sssd/init.sls
  2. # SSSD: manage LDAP, PAM, and Kerberos properties of managed systems
  3.  
  4. /etc/sssd/sssd2.conf:
  5. file.managed:
  6. - user: root
  7. - group: root
  8. - mode: 600
  9. - source: salt://sssd/files/sssd2.conf
  10. - template: jinja
  11.  
  12.  
  13.  
  14. - pillar/base/sssd/sssd.sls
  15. key: value
  16.  
  17.  
  18.  
  19.  
  20. - salt/base/sssd/files/sssd2.conf
  21. key = {{ salt['pillar.get']('key:value') }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement