Document how to disable/enable puppet

Change-Id: Id1f86c52727bac2403261083b55d89ab487fea10
This commit is contained in:
James E. Blair 2015-01-09 14:36:09 -08:00
parent f82c676114
commit 26aae7f49f
1 changed files with 15 additions and 0 deletions

View File

@ -277,6 +277,21 @@ for detailed instructions.
.. _cinder:
Disable/Enable Puppet
=====================
You should normally not make manual changes to servers, but instead,
make changes through puppet. However, under some circumstances, you
may need to temporarily make a manual change to a puppet-managed
resource on a server. In that case, run the following command on that
server to disable puppet::
sudo puppet agent --disable
When you are ready for puppet to run again, use::
sudo puppet agent --enable
Cinder Volume Management
========================