search for: jsimpson

Displaying 1 result from an estimated 1 matches for "jsimpson".

Did you mean: simpson
2007 Feb 12
8
How to validate puppet manifests without actually executing puppet?
...esting - the checkin may be on my laptop and not on the system that the manifests may be intended to run on. Ideally I''d be able to do this from ruby code - and I did try to instantiate some classes and override the location for the manifests: hash = Hash[:Manifest => "/home/jsimpson/blah/blah/site.pp" ] interpreter = Puppet::Parser::Interpreter.new(hash) I''m guessing that I actually need to mess with the Puppet::Parser class, but I don''t yet understand that generated code - any hints very welcome! best Julian. ___________________________________...