Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Make chroot parameter default to 'n'
parent
c92caad7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
manifests/files.pp
manifests/files.pp
+0
-1
No files found.
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
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