Skip to content

Commit cf5d62f

Browse files
author
Morgan Haskel
committed
Merge pull request #283 from cmurphy/ldap
Fix lint errors in ldap_user_dn_example parameter
2 parents ac046ee + 3bb4d15 commit cf5d62f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

manifests/params.pp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@
7777
$stomp_ensure = false
7878
$ldap_auth = false
7979
$ldap_server = 'ldap'
80-
# lint:ignore:variable_scope
81-
$ldap_user_dn_pattern = "cn=${username},ou=People,dc=example,dc=com"
82-
# lint:endignore
80+
$ldap_user_dn_pattern = 'cn=username,ou=People,dc=example,dc=com'
8381
$ldap_use_ssl = false
8482
$ldap_port = '389'
8583
$ldap_log = false

0 commit comments

Comments
 (0)