search for: subclass_loader

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

2008 Oct 14
2
Fact load failure
...:in `loadfacts'' from /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:430:in `each'' from /usr/lib/ruby/site_ruby/1.8/puppet/network/client/master.rb:430:in `loadfacts'' ... 7 levels... from /usr/lib/ruby/site_ruby/1.8/puppet/util/subclass_loader.rb:36:in `client'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/subclass_loader.rb:67:in `send'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/subclass_loader.rb:67:in `method_missing'' from /usr/sbin/puppetd:322 Any ideas what''s wrong? S....
2007 Sep 30
2
Initial setup problems on Ubuntu edgy (06.10)
...fined method `has_feature'' for Puppet::Type::Package::ProviderAptrpm:Class Could not autoload "/usr/lib/ruby/1.8/puppet/provider/user/directoryservice.rb": undefined method `has_feature'' for Puppet::Type::User::ProviderDirectoryservice:Class /usr/lib/ruby/1.8/puppet/util/subclass_loader.rb:22:in `handle_subclasses'': uninitialized constant Puppet::Util::Autoload (NameError) from /usr/lib/ruby/1.8/puppet/network/client.rb:42 from /usr/sbin/puppetd:159 This is with the following packages (downloaded from debian sid) :- ii facter 1.3.8-1...
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