I want to push some config file to my all servers by puppet. File is almost the same for all servers, but there is one change - hostname.
I've created module in puppet with manifest and temp-conf-file. I include to all node. All is fine.
My question is: how can i push that file to all server with change one/two lines in that file. But i don't want to set config file in modules for all. I want to use one file and during the push change in side two lines.
Thank you for help.
Best,
Rafal