Commit bb4c2d0a authored by Lance Albertson's avatar Lance Albertson
Browse files

gentoo: set to empty instead of undef

parent 190e7530
...@@ -27,7 +27,7 @@ class gentoo::params { ...@@ -27,7 +27,7 @@ class gentoo::params {
# PORTAGE_BINHOST # PORTAGE_BINHOST
$binhost = $gentoo_binhost ? { $binhost = $gentoo_binhost ? {
'' => undef, '' => '',
default => $gentoo_binhost, default => $gentoo_binhost,
} }
...@@ -45,7 +45,7 @@ class gentoo::params { ...@@ -45,7 +45,7 @@ class gentoo::params {
# EMERGE_DEFAULT_OPTS # EMERGE_DEFAULT_OPTS
$emerge_opts = $gentoo_emerge_opts ? { $emerge_opts = $gentoo_emerge_opts ? {
'' => undef, '' => '',
default => $gentoo_emerge_opts, default => $gentoo_emerge_opts,
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment