Title: Message Title
Andrew Parker commented on an issue
Puppet / Bug PUP-1470
mk_resource_methods getters can't deal with false
I was writing a type and associated provider and noticed that during a {{puppet resource type}} if a property is set to {{false}} it suddenly didn't show up in the output.

{code}
  def self.mk_resource_methods
    [resource_type.validproperties, resource_type.parameters].flatten.each do |attr|
      attr = attr.intern
      next if attr == :name
...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to