Commit 99793537 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Lint with puppet-lint

parent c2516e80
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -140,11 +140,11 @@ class postfix (
    true  => "${alias_maps}, ldap:/etc/postfix/ldap-aliases.cf",
  }

  anchor { 'postfix::begin': } ->
  class { '::postfix::packages': } ->
  class { '::postfix::files': } ~>
  class { '::postfix::service': } ->
  anchor { 'posfix::end': }
  anchor { 'postfix::begin': }
  -> class { '::postfix::packages': }
  -> class { '::postfix::files': }
  ~> class { '::postfix::service': }
  -> anchor { 'posfix::end': }

  if $ldap {
    include ::postfix::ldap