search for: puppetfacts

Displaying 3 results from an estimated 3 matches for "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 ''!r...
2008 Aug 28
5
Noob with probs
OK, I''m a total noob to puppet, so please forgive any stupid mistakes. I''m trying to get a test setup working to evaluate it as a replacement for radmind. I played with it a bit earlier in the summer, but got busy with other project, and I''m just now getting back to it. I had a working setup then, but since I''ve upgraded to 0.24.5 and Facter 1.4.1
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