Displaying 2 results from an estimated 2 matches for "child_of".
Did you mean:
child_1
2012 Dec 14
0
Announce: Puppet 3.0.2-rc3 available
...via the Puppet Labs Redmine site, using an
affected puppet version of 3.0.2-rc3:
https://projects.puppetlabs.com/projects/puppet/
============================
## Puppet 3.0.2-rc3 Release Notes ##
============================
#10963 Collector overrides should work in Ruby 1.9
Increase arity of child_of? meta_def to 1
child_of? defined for Puppet::Resource::Type objects has an arity of 1,
but the meta_def of the same function created by
Puppet::Parser::Collector objects has an arity of 0. This throws errors
when the meta_def method is called with arguments. This commit matches...
2008 Jul 02
3
undefined method `name' for nil:NilClass
....8/puppet/feature/
rails.rb:8 - no such file to load -- active_record
Exception `LoadError'' at /usr/lib/ruby/site_ruby/1.8/puppet/feature/
rails.rb:26 - no such file to load -- rubygems
/usr/lib/ruby/site_ruby/1.8/puppet/parser/ast/component.rb:26:
warning: method redefined; discarding old child_of?
/usr/lib/ruby/site_ruby/1.8/puppet/parser/ast/component.rb:30:
warning: method redefined; discarding old evaluate
/usr/lib/ruby/site_ruby/1.8/puppet/parser/ast/component.rb:110:
warning: method redefined; discarding old initialize
/usr/lib/ruby/site_ruby/1.8/puppet/parser/ast/component.rb:142:
war...