Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-2082
$caller_module_name is empty
{noformat}
define test::def {
  notice($title, 'title')
  notice($caller_module_name)
}

class test{
  ::test::def { 'test': }
}

include ::test
{noformat}

Result:
{noformat}
Notice: Scope(Test::Def[test]): test title
Notice: Scope(Test::Def[test]):
Notice: Compiled catalog for chell.portal.daenney.net in environment production in 0.01 s...


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