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
33e18331
Commit
33e18331
authored
Sep 22, 2010
by
Lance Albertson
Browse files
add tests for parameters
parent
621bc45e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
tests/makeconf.pp
tests/makeconf.pp
+18
-1
No files found.
tests/makeconf.pp
View file @
33e18331
include
gentoo::makeconf
class
test_params
{
$use_core
=
"nptl nptlonly mmx crypt tcpd pam -ipv6 unicode"
$use_apps
=
"readline ssl zlib bzip2 snmp ncurses berkdb gdbm xml perl python libwww maildir png jpeg"
$use_nox
=
"-X -gtk -gnome -alsa -kde -qt -arts"
$gentoo_global_use
=
"
$use_core
$use_apps
$use_nox
"
$gentoo_features
=
"parallel-fetch getbinpkg"
$gentoo_mirrors
=
"http://gentoo.osuosl.org/ http://oslportage.osuosl.bak/"
$gentoo_sync
=
"rsync://oslportage.osuosl.bak/portage/"
$gentoo_binhost
=
"http://oslportage.osuosl.org/packages/hardened64-10"
$gentoo_portdir_overlay
=
"/usr/local/overlays/osl"
$gentoo_accept_license
=
"dlj-1.1"
include
gentoo::makeconf
}
include
test_params
# test no params
# include gentoo::makeconf
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