Skip to content
Snippets Groups Projects
Commit 9c6c8015 authored by Raphaël Pinson's avatar Raphaël Pinson Committed by Raphaël Pinson
Browse files

Make chroot parameter default to 'n'

parent c92caad7
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ class postfix::files {
assert_type(Optional[String], $master_smtps)
$jail = $chroot ? {
undef => '-',
true => 'y',
default => 'n',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment