Loading manifests/ldap.pp +5 −3 Original line number Diff line number Diff line Loading @@ -14,8 +14,11 @@ # include postfix::ldap # class postfix::ldap { package {'postfix-ldap': } if $::osfamily == 'Debian' { package {'postfix-ldap': before => File['/etc/postfix/ldap-aliases.cf'], } } if ! $postfix::ldap_base { fail 'Missing $postfix::ldap_base !' Loading @@ -36,6 +39,5 @@ class postfix::ldap { owner => 'root', group => 'postfix', content => template('postfix/postfix-ldap-aliases.cf.erb'), require => Package['postfix-ldap'], } } spec/classes/postfix_spec.rb +1 −1 File changed.Contains only whitespace changes. Show changes Loading
manifests/ldap.pp +5 −3 Original line number Diff line number Diff line Loading @@ -14,8 +14,11 @@ # include postfix::ldap # class postfix::ldap { package {'postfix-ldap': } if $::osfamily == 'Debian' { package {'postfix-ldap': before => File['/etc/postfix/ldap-aliases.cf'], } } if ! $postfix::ldap_base { fail 'Missing $postfix::ldap_base !' Loading @@ -36,6 +39,5 @@ class postfix::ldap { owner => 'root', group => 'postfix', content => template('postfix/postfix-ldap-aliases.cf.erb'), require => Package['postfix-ldap'], } }