Displaying 2 results from an estimated 2 matches for "defaultprovider".
2007 Apr 28
1
pelementserver/XML-RPC interface question
...ppet would be to serve as a machine fact/configuration
retrieval tool. So in order to produce a list of packages with version-release
info installed on each machine something along the lines of the following code
could be run:
require ''puppet''
Puppet::Type.type(:package).defaultprovider.list.each do |package|
puts "#{package[:name]}-#{package[:ensure]}"
end
Question: is this something the pelementserver is supposed to be able to help
with or should I look into using/extending the XML-RPC interface? I''m still
trying to wrap my head around all the class...
2010 Aug 25
18
Puppet hangs
Hello,
we have one puppet server managing approx servers, all FreeBSD.
The problem is that the puppet clients all hangs, one by one,
eventually. They will run for anything between an hour up to a week.
But eventually the all hang.
We really like puppet and want to keep using it. But the way it is now
is completely unusable. We''ve tried many versions, from 24.x, and now
2.6.1rc1. But