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
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