Skip to content
Snippets Groups Projects
Commit 99793537 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Lint with puppet-lint

parent c2516e80
No related branches found
No related tags found
No related merge requests found
...@@ -140,11 +140,11 @@ class postfix ( ...@@ -140,11 +140,11 @@ class postfix (
true => "${alias_maps}, ldap:/etc/postfix/ldap-aliases.cf", true => "${alias_maps}, ldap:/etc/postfix/ldap-aliases.cf",
} }
anchor { 'postfix::begin': } -> anchor { 'postfix::begin': }
class { '::postfix::packages': } -> -> class { '::postfix::packages': }
class { '::postfix::files': } ~> -> class { '::postfix::files': }
class { '::postfix::service': } -> ~> class { '::postfix::service': }
anchor { 'posfix::end': } -> anchor { 'posfix::end': }
if $ldap { if $ldap {
include ::postfix::ldap include ::postfix::ldap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment