You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
How is this done?
The text was updated successfully, but these errors were encountered:
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 databaseIn production, no databases should be altered when I use
puppet appy
How is this done?
The text was updated successfully, but these errors were encountered: