Re: [Puppet-dev] Openpkg provider

2010-04-04 Thread Luke Kanies
On Apr 4, 2010, at 2:22 AM, okkokko wrote: 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

[Puppet-dev] Openpkg provider

2010-04-04 Thread okkokko
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