Module: Puppet::Util::Eselect
Constant Summary collapse
- COMMANDS =
{ :eselect => '/usr/bin/eselect', :gcc_config => '/usr/bin/gcc-config' }
Instance Method Summary collapse
-
#module(name) ⇒ Hash
Builds a module combining the default and special modules.
Instance Method Details
#module(name) ⇒ Hash
Builds a module combining the default and special modules
23 24 25 |
# File 'lib/puppet/util/eselect.rb', line 23 def module(name) default_module(name).merge(CUSTOM_MODULES[name]) end |