Remove spurious for loop from post deploy j2
authorSteven Hardy <shardy@redhat.com>
Tue, 24 Jan 2017 23:17:50 +0000 (23:17 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 24 Jan 2017 23:17:50 +0000 (23:17 +0000)
commitd33422d635590ac02e7fb201447ed4a2c801cf35
tree4d78d2a3f627578d0ec5fa4481c24d6392490e58
parentf68362bfb914ec03cd541164d72956aff821ec93
Remove spurious for loop from post deploy j2

This nested for loop is wrong as it generates all steps for all
roles twice.  This works because yaml parsing ignores the duplicate
resources, but it's a big waste of space in swift (this fix reduces
the rendered file size by over 2000 lines with the default roles!)

Change-Id: Ifaf860020839390147c92848d52b1a59e355dc50
Closes-Bug: #1659139
puppet/post.j2.yaml