puppet-tripleo/releasenotes/notes/start-httpd-step3-and-4-2bd7be9e1429ef6d.yaml
Juan Antonio Osorio Robles ad14f23c11 Always start httpd at the same time
Puppet wipes out whatever is not in it's resource catalog each run for
httpd. This causes httpd to restart if in the next step there are
reasources added that were not there earlier.

This patch, thus changes the instances of httpd to start at the same
time: On step 3 for the bootstrap node, and on step 4 for every other
node.

Closes-Bug: #1699502
Change-Id: I3d29728c1ab7bd5b78100f89e00e5fa082f97b0c
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
2017-06-27 14:38:45 +03:00

6 lines
213 B
YAML

---
fixes:
- In order to avoid service restarts, all services deploy their httpd
configuration at the same time. Thus, httpd now starts in step 3 for the
bootstrap nodes, and step 4 for all other nodes.