From e74e0cb50ccb0f0c8fc0eb80e614e7688609673b Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 4 Dec 2014 19:01:54 +0100 Subject: [PATCH] Clarify puppet apply iteration docu Clarify that only puppet apply needs to be iterated. Change-Id: I6bad606506dca3ba9a97a48f64c6283dea0b4404 --- doc/source/sysadmin.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/sysadmin.rst b/doc/source/sysadmin.rst index 467903641d..12aba66bd7 100644 --- a/doc/source/sysadmin.rst +++ b/doc/source/sysadmin.rst @@ -92,9 +92,9 @@ system-config repository:: That should turn the system you are logged into into an etherpad server with the same configuration as that used by the OpenStack -project. You can edit the contents of the system-config repo and -iterate as needed. When you're ready to propose the change for -review, you can propose the change with git-review. See the +project. You can edit the contents of the system-config repo and +iterate ``puppet apply`` as needed. When you're ready to propose the +change for review, you can propose the change with git-review. See the `Development workflow section in the Developer's Guide `_ for more information.