How do I run the same content from puppet master to a single server twice? I am in situation where I have multiple environments, and I should update one of the environments twice. In practice;
1. Deploying latest changes with puppet to the development node to be able to test the new solution
2. Updating the database from other environment to this development environment to get fresh data
3. Deploying again exactly the same content to this development environment which was ran on the step 1
So now I am asking how to do the step 3? I am have been only relying on the puppet functionality for deploying the changes, and now when facing the step 3, nothing actually changes in the repository and when running puppet agent, nothing then happens.
↧