Skip to content

Commit

Permalink
(SIMP-8477) Upgrade instructions should temporarily disable puppet ag…
Browse files Browse the repository at this point in the history
…ent (#395)

* (SIMP-8477) Upgrade instructions should temporarily disable puppet agent

SIMP-8477 #close

* Add missing blank line
  • Loading branch information
lnemsick-simp committed Oct 21, 2020
1 parent a9ed4ac commit 2eab56a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ steps as ``root``:
#. Install the RPMs

.. code-block:: sh
# Make sure the puppet agent cron job does not run and pick up any
# interim changes, including Puppet application RPM updates, until you
# are ready for these changes.
puppet agent --disable
# Make sure yum picks up the new RPMs
yum clean all; yum makecache
Expand Down Expand Up @@ -118,11 +123,12 @@ steps as ``root``:
/usr/local/sbin/simp_generate_types -p /etc/puppetlabs/code/environments/test
#. Apply the changes by running ``puppet``
#. Re-enable Puppet and apply the changes


.. code-block:: sh
puppet agent --enable
puppet agent -t
Upgrading systems that use control repositories
Expand Down

0 comments on commit 2eab56a

Please sign in to comment.