Skip to content

Commit

Permalink
Fixed Rendering SLS 'base:pam.ldap' failed: Jinja variable 'dict obje…
Browse files Browse the repository at this point in the history
…ct' has no attribute 'config'
  • Loading branch information
fintanmm committed Sep 30, 2015
1 parent 58de610 commit f93d23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pam/ldap.sls
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ldap:
pkg.installed:
- name: {{ pam.ldap_pkg }}
{{ pam.config }}:
{{ pam.ldap_config }}:
file.managed:
- source: salt://pam/files/ldap.conf
- user: root
Expand Down

0 comments on commit f93d23d

Please sign in to comment.