Skip to content

Commit

Permalink
Merge pull request redhat-openstack#283 from cmurphy/ldap
Browse files Browse the repository at this point in the history
Fix lint errors in ldap_user_dn_example parameter
  • Loading branch information
Morgan Haskel committed Dec 18, 2014
2 parents ac046ee + 3bb4d15 commit cf5d62f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
$stomp_ensure = false
$ldap_auth = false
$ldap_server = 'ldap'
# lint:ignore:variable_scope
$ldap_user_dn_pattern = "cn=${username},ou=People,dc=example,dc=com"
# lint:endignore
$ldap_user_dn_pattern = 'cn=username,ou=People,dc=example,dc=com'
$ldap_use_ssl = false
$ldap_port = '389'
$ldap_log = false
Expand Down

0 comments on commit cf5d62f

Please sign in to comment.