More instance variable cleanup
This commit is contained in:
parent
49a8ae3004
commit
0e4f99b1bc
9 changed files with 18 additions and 18 deletions
|
@ -18,7 +18,7 @@ class ldap::auth inherits ldap::client {
|
|||
|
||||
tag("bootstrap")
|
||||
|
||||
$ldap_uri = inline_template('<%= ldap_server.join(" ") -%>')
|
||||
$ldap_uri = inline_template('<%= @ldap_server.join(" ") -%>')
|
||||
|
||||
case $::operatingsystem {
|
||||
"centos","redhat": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue