Hi people,
My name is Rafael, i working with puppet, but in small environment.
I will implement the puppet in large environment. The company has 45 affiliates and each unit have 1 firewall, 1 proxy, 1 AD, 1 VMWARE, Zabbix proxy, ....
I would like the create module with all information the units (affiliates) e after using dependencie the others modules.
My idea create the example module:
puppet module generate client-affiliates
/etc/puppet/modules/client-affiliates/manifests/params.pp
The params.pp, have all informations:
ip dns
domain
network
ip proxy
ip firewall
ip ntp
....
or
/etc/puppet/modules/client-affiliates/manifests/network.pp
/etc/puppet/modules/client-affiliates/manifests/proxy.pp
the archives, the information by service.
And with using the others modules these with variables?