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