I think that might have been renamed...
http://docs.puppetlabs.com/puppet/3/reference/lang_variables.html#facts-and-built-in-variables
Down near the bottom, under parser set variables, there's $module_name and $caller_module_name. That what you meant to use?
ok, i got it working with this patch: https://github.com/Fewbytes/puppet/commit/71d9449464d5f10042b9cc31aea1586f98363293
however, if i apply the rest of this PR it breaks again. so beware :)
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/iOiOln1U40kJ.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I just did the same process of debugging you did (should learn to search this list first) and the proposed solution works for me.Did you file this as a bug yet on the puppet ticketing system (can't find it there) so I can vote ;-)