320f80dbae
We should start the sequence at 1 instead of 0, since all our puppet manifests assume the first step is 1. Trying to run our puppet manifests with a hieradata value of step=0 actually results in an error because no classes are included. Change-Id: I93dc8b4cefbd729ba7afa3a4d81b4ac95344cac2 Closes-Bug: #1717292
5 lines
169 B
YAML
5 lines
169 B
YAML
---
|
|
fixes:
|
|
- Start sequence at 1 for the downloaded deploy steps playbook instead of 0.
|
|
The first step should be 1 since that is what the puppet manifests expect.
|