search for: classgen

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

Did you mean: classen
2007 Mar 19
11
Parsechecking in a commit hook
This has been a much-requested feature, and is now a reality (in svn trunk): There is a new option, --ignoreimport, that will (surprisingly) ignore import statements. This is really only useful when using -- parseonly in a commit hook, and note that you''ll have to add the option to --parseonly, none of the puppet executables will add it for you. You should be able to
2006 Dec 01
1
Packages build for Solaris ? As CSW packages ?
..../opt/csw/lib/ruby/site_ruby/1.8/puppet/type/user.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/type/yumrepo.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/type/zone.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/type.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/classgen.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/docs.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/errors.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/execution.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/fileparsing.rb ./opt/csw/lib/ruby/site_ruby/1.8/puppet/util/logging.rb ./opt/csw/lib/...
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/. However, I have run into an issue where I cannot use puppet''s require file ability to push the yaml file containing the facts file to the client because it would require two runs of puppet to pickup changes. Consequently, I have written into