Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
1c595c74
Commit
1c595c74
authored
Jul 24, 2013
by
Raphaël Pinson
Browse files
Fix ldap error message for $ldap_base
parent
595003d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/ldap.pp
View file @
1c595c74
...
...
@@ -17,8 +17,8 @@ class postfix::ldap {
package
{
'postfix-ldap'
:
}
if
!
$
::
postfix::ldap_base
{
fail
'Missing $postfix
_
ldap_base !'
if
!
$postfix::ldap_base
{
fail
'Missing $postfix
::
ldap_base !'
}
$ldap_host
=
$postfix::ldap_host
?
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment