On 17/01/13 09:53, Mark Phillips wrote: > Hey Folks, > > Has anybody seen this when using puppet-module, installed via gem, in puppet > 3.0.2 on CentOS 6.3? > > [puppet]# puppet-module install puppetlabs-firewall > /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:254:in `convert': Error > converting value for param 'config': Could not find value for $confdir > (Puppet::Settings::InterpolationError) > from /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:245:in `gsub' > from /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:245:in `convert' > from /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:975:in `value' > from /usr/lib/ruby/site_ruby/1.8/puppet/settings.rb:66:in `[]' > from > /usr/lib/ruby/gems/1.8/gems/puppet-module-0.3.4/bin/../lib/puppet/module/tool/cli.rb:15 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' > from > /usr/lib/ruby/gems/1.8/gems/puppet-module-0.3.4/bin/../lib/puppet/module/tool.rb:121 > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require' > from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' > from /usr/lib/ruby/gems/1.8/gems/puppet-module-0.3.4/bin/puppet-module:5
You don't want to use the puppet-module gem, you want to use the "puppet module" command built into Puppet. The gem's not maintained and was rolled into Puppet in 2.7.14. -- Dominic Cleal Red Hat Engineering -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
