Skip to content
Snippets Groups Projects
Commit 21e94894 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Use undef as default values, fix #60

The future parser considers the empty string as true, so set the default values to `undef`
parent 645dfce6
No related branches found
No related tags found
No related merge requests found
......@@ -34,8 +34,8 @@
# }
#
define postfix::transport (
$destination='',
$nexthop='',
$destination=undef,
$nexthop=undef,
$file='/etc/postfix/transport',
$ensure='present'
) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment