search for: pelementserv

Displaying 3 results from an estimated 3 matches for "pelementserv".

Did you mean: pelementserver
2007 Apr 28
1
pelementserver/XML-RPC interface question
...stalled 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 classes/modules available. Thanks for any pointers you can provide. -- Jos Backus jos at catnook.com
2007 Feb 17
1
Not authorized to call puppetmaster.freshness ?
What''s this mean? root@gravity:/etc/puppet/manifests# puppetd -v --listen info: Starting handler for Runner info: Starting server for Puppet version 0.22.1 info: Listening on port 8139 notice: Starting Puppet client version 0.22.1 err: Could not run Puppet::Client::MasterClient: Host gravity.example.org not authorized to call puppetmaster.freshness Thanks, Kent -- "It may be true
2007 Feb 19
22
Puppet''s yum provider does not support versions?
Why doesn''t the yum provider support version, I tried added ensure -> ''ver'' and it barfs up (on clients) with: <snip> err: //stan.gbuild.org/any-host/java/Package[j2sdk]/ensure: change from 1.4.2_12-fcs to 1.4.2_13-fcs failed: Package provider yum does not support specifying versions at /etc/puppet/manifests/classes/ java.pp:13 </snip>