[Puppet Users] Re: Newbie namespace question: how to access variable in different module

2014-04-08 Thread Thomas Hartmann
Hi John, many thanks for your detailed answer! Yes, I am somewhat socialized with Python and have just started with Puppet ;) Cheers and thanks, Thomas -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

[Puppet Users] Newbie namespace question: how to access variable in different module

2014-04-02 Thread Thomas Hartmann
Hi all, I am quite new to Puppet and are currently struggeling with the namespace. Thus, I have a manifest to deploy my service organized in manifests --> myservice.pp node "myservice.thing.foo"{ class {'myservice::deploy':} } The module is located in modules --> myservice --> manifests -->