How would you recommend the puppet files be re-used in production, but omit that last step since I obviously don't want to overwrite the production database.
In development, vagrant reload should destroy & reinflate the database
In production, no databases should be altered when I use puppet appy
https://github.com/patrickdlee/vagrant-examples/blob/master/example5/puppet/modules/mysql/manifests/init.pp
How would you recommend the puppet files be re-used in production, but omit that last step since I obviously don't want to overwrite the production database.
In development,
vagrant reload
should destroy & reinflate the database In production, no databases should be altered when I usepuppet appy
How is this done?