Hi,
I am trying to understand any options to use a select puppet node to download configurations for 'other' puppet nodes.
The usecase is for me to understand what configurations files (from erb templates) are created for select nodes by accessing them on a single server.
I understand this may not be the purpose of puppet, but is there any way/workaround that can help me achieve this?
Example.
Node 1 : test system
Node 2 : webserver
Node 3; : webserver
On Node 1, perform this such that I can have a copy of the configuration files (templates completed) in a format of /tmp/node2/config.file and /tmp/node3/config.file , and so on.
Open to any creative methods that may help me get to this.
Thanks