Re: [Puppet Users] Re: Provider requires package to work

2011-01-27 Thread Jakub Pastuszek
that my base OS install will always contain all tools used by puppet. It would be probably better if Puppet initialized providers on demand (lazy). This way I would require that this package is installed before using the resource. Regards, Jakub Pastuszek signature.asc Description: This is a d

[Puppet Users] Provider requires package to work

2011-01-26 Thread Jakub Pastuszek
Hi All, I have a provider dns_zone_recourd that is using nsupdate and dig commands. nsupdate and dig are provided by bind-utils RPM. Before I get puppet to install bind-utils I am getting an error: "Could not run Puppet configuration client: Could not find a default provider for dns_zone_record"