Enable internal network TLS for etcd
[apex-tripleo-heat-templates.git] / puppet / puppet-steps.j2
index 581c4f0..86af611 100644 (file)
@@ -42,7 +42,7 @@
   {{role.name}}Deployment_Step{{step}}:
     type: OS::Heat::StructuredDeploymentGroup
   {% if step == 1 %}
-    depends_on: [{{role.name}}PreConfig, {{role.name}}ArtifactsDeploy]
+    depends_on: [{{role.name}}PrePuppet, {{role.name}}PreConfig, {{role.name}}ArtifactsDeploy]
   {% else %}
     depends_on:
     {% for dep in roles %}