search for: gentoo_make_settings

Displaying 1 result from an estimated 1 matches for "gentoo_make_settings".

2006 Oct 11
5
Built In Puppet Variables Documentation
...ike it. However, I''m trying get started with slighly more advanced things like templates but I''m running into a roadblock with not knowing what built-in variables I have available to me. Is there someplace this is documented? Here''s what I''d like to do: class gentoo_make_settings { $use = $nodename ? { node1 => "-X -gnome -gtk -kde -qt hardened", node2 => "apache", default => "-X -gnome -gtk -kde -qt" } $str = "USE=\"$use\"\n" file { "/etc/make.conf" : owner =>...