Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Forks
Puppet Portage
Commits
bb4c2d0a
Commit
bb4c2d0a
authored
Aug 11, 2011
by
Lance Albertson
Browse files
gentoo: set to empty instead of undef
parent
190e7530
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
manifests/params.pp
manifests/params.pp
+2
-2
No files found.
manifests/params.pp
View file @
bb4c2d0a
...
@@ -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
,
}
}
}
}
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