Commit 7095378e authored by Ben Hocker's avatar Ben Hocker
Browse files

Updating before

parent ae21bd35
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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'],
  }
}