Hi, I'm trying to write an openpkg package provider for puppet so that I can install packages this way :
package { "apache": provider => "openpkg", prefix => "/prefix", source => "http://openpkgrepository" } As you can see, there can be multiple openpkg instances on one OS so I need to use commands like this for my provider : commands :openpkg => "#...@resource[:prefix]}/openpkg" but this doesn't work... I'm not a ruby expert so I'm wondering if anyone could tell me what's the way to do this. Okko -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-...@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.