Skip to content
GitLab
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
9c6c8015
Commit
9c6c8015
authored
Oct 19, 2018
by
Raphaël Pinson
Committed by
Raphaël Pinson
Nov 01, 2018
Browse files
Make chroot parameter default to 'n'
parent
c92caad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/files.pp
View file @
9c6c8015
...
...
@@ -27,7 +27,6 @@ class postfix::files {
assert_type
(
Optional
[
String
],
$master_smtps
)
$jail
=
$chroot
?
{
undef
=>
'-'
,
true
=>
'y'
,
default
=>
'n'
,
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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