Hi devs, I am experimenting with extending Puppet::Application.
I have my own RUBYLIB where I want to store my puppet applications. /home/dan/lib/puppet/application/foo.rb when I export RUBYLIB=/home/dan/lib/ the puppet executable can only find my application and none of the others: puppet apply Error: Unknown command apply. Usage: puppet command <space separated arguments> Available commands are: foo If I move my code to: ls /usr/lib/ruby/site_ruby/1.8/puppet/application it works perfectly, Ideally, I don't want my custom code to have to live with Puppet core. any ideas? -Dan -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en.
