| Lets say I have around 10 in-house developed Java applications running on single server which is running puppet agent. I want to do the deployment automation though puppet master where my Jenkins pipeline uses Puppet Enterprise Pipeline Plugin to trigger puppet deployment from Jenkins. Lets say I have 10 puppet modules for all these 10 applications where I need to deploy only single application out of 10 applications to my remote server at a point of time without affecting to other applications. how do I handle that from this plugin? I want to tell puppet server to execute single module/class but not all the classes classified in the my site.pp manifest. is there any possibility that we can handled this from this plugin? |