Skip to content
GitLab
Menu
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
7095378e
Commit
7095378e
authored
Mar 28, 2015
by
Ben Hocker
Browse files
Updating before
parent
ae21bd35
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/ldap.pp
View file @
7095378e
...
...
@@ -15,7 +15,9 @@
#
class
postfix::ldap
{
if
$::osfamily
==
'Debian'
{
package
{
'postfix-ldap'
:
}
package
{
'postfix-ldap'
:
before
=>
File
[
'/etc/postfix/ldap-aliases.cf'
],
}
}
if
!
$postfix::ldap_base
{
...
...
@@ -37,6 +39,5 @@ class postfix::ldap {
owner
=>
'root'
,
group
=>
'postfix'
,
content
=>
template
(
'postfix/postfix-ldap-aliases.cf.erb'
),
before
=>
Package
[
'postfix-ldap'
],
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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