Title: Message Title
Steve Barlow commented on an issue
Puppet / Bug PUP-1467
DIE :undef, DIE!
I'm not sure if this should be flagged as a bug, a feature, or a refactor because this issue covers all three. :)

Yesterday afternoon I discovered a template in a fairly popular module that did not work correctly on puppet 3.2.1 due to it's use of `:undef`. The fix was to replace `:undef` with `#nil?`.

    @@ -14,10 +14,10 @@ server {
       ssl_p...

--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to