Every now and then you need to disable puppet on a box to quickly test something and to avoid the situation where puppet would overwrite your changes.
Here is what you do:
# puppet agent --disable "Reason why disabled"
Now when you are done, make sure to re-enable it again
# puppet agent --enable
No comments:
Post a Comment