Displaying 3 results from an estimated 3 matches for "puppetfact".
Did you mean:
puppetfacts
2011 Oct 12
4
Python yaml help
...wing and yaml fails to
construct the object:
The inventory document, from Puppet dashboard inventory service, looks like:
--- !ruby/object:Puppet::Node::Facts
name: pirates.uis.example.com
values:
productname: VMware Virtual Platform
kernelmajversion: "2.6"
My code:
class PuppetFacts(yaml.YAMLObject):
yaml_tag = u''!ruby/object:Puppet::Node::Facts''
def __init__(self, name, values):
self.name = name
self.values = values
The attempt to load the doc results in:
ConstructorError: could not determine a constructor for the tag
''!...
2008 Aug 28
5
Noob with probs
...source: Did not get id; Failed to
retrieve current state of resource: Did not get id; Failed to retrieve
current state of resource: Did not get id". This is running on a G4
Xserv with OS X Server 10.5. Ruby is up to date. I installed Puppet
from the packages here: http://explanatorygap.net/puppetfacter/.
I''ve also tried it from a Power Mac running OS X 10.4, and I get this
error:
/usr/lib/ruby/site_ruby/1.8/puppet/defaults.rb:166:in `handle'':
Certificate names must be lower case; see #1168 (ArgumentError)
from /usr/lib/ruby/site_ruby/1.8/puppet/defaults.rb:166:in
`ha...
2008 Dec 16
10
Puppet version 0.24.7 released!
Hi all
Here is the 0.24.7 release - the last of the 0.24.x branch and codenamed
Gonzo.
You can download it here:
http://reductivelabs.com/downloads/puppet/puppet-0.24.7.tgz
Big tickets items in the release are:
* Manifest documentation
http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation
This new functionality creates documentation from marked up manifests
and modules and