Hello,
I need to write a Python script that will be deployed on OpenStack instances, it will used to install and configure different softwares according some systems parameters.
So i want to deploy Puppet modules through my Python script, localy and Master-less, to automate installations after deploying instances.
My Puppet modules are ready and works fine with a Puppet Master. But i don’t know how to use them in my Python script to deploying all modules without PuppetMaster.
Is there a Python library able to do that ?
A tutorial could be welcome :)
Thanks