Skip to content

Commit

Permalink
Merge pull request Mylezeem#24 from marknl/patch-1
Browse files Browse the repository at this point in the history
Quote ldap server to prevent command error
  • Loading branch information
Spredzy committed Oct 13, 2015
2 parents 5c85ed9 + 074b06a commit b48f3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}

if $ldapserver {
$ldapserver_val = "--ldapserver=${ldapserver}"
$ldapserver_val = "--ldapserver='${ldapserver}'"
}

$sssd_flg = $sssd ? {
Expand Down

0 comments on commit b48f3fb

Please sign in to comment.