[Puppet Users] calling_module vs module_name ?

2013-04-02 Thread Kubes
In using Hiera, what is the difference between calling_module and module_name? Which is should be used? :hierarchy: - %{environment}/%{calling_module}/common - %{environment}/%{module_name}/common Thanks -- You received this message because you are subscribed to the Google Groups "Pupp

Re: [Puppet Users] calling_module vs module_name ?

2013-04-02 Thread Nikola Petrov
Calling module can serve you well if you have a reusable define that is defined in module that is not the same from the one that it is used in. I hope this makes sense... Most of the time I won't recommend this for a hierarchy as it can be hard to reason about it... Best, Nikola On Tue, Apr 02,