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
99793537
Commit
99793537
authored
Mar 31, 2017
by
Mickaël Canévet
Browse files
Lint with puppet-lint
parent
c2516e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
99793537
...
@@ -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
...
...
Write
Preview
Markdown
is supported
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