Hi. I'm using puppet-nginx to manage NGINX on Ubuntu. It works fine but I would like to be able to manage multiple NGINX instances
I have looked into the module manifests and I see it is using classes, which seems to be the reason why I can't have multiple declarations of it on my node.
Tried to go from classes usage on the module to defines, but it seems I am ending up having to rewrite a substantial part of the module. Any ideas of how I should approach this ?
Thanks