Title: Message Title
Joshua Partlow commented on an issue
Puppet / Task PUP-867
Deprecate Dynamically Scope Resource Defaults
Currently the manifest
{code}
class a {
  Notify {
    message => "defaulted"
  }
  include b

  notify { bye: }
}

class b {
  notify { hi: }
}

include a
{code}

results in
{code}
Notice: Compiled catalog for aparker.delivery.puppetlabs.net in environment production in 0.02 seconds
Notice: defaulted
Notice: /Stage[main]/B/Notify[h...

--
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