aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig/tasks/post_puppet_pacemaker_restart.yaml
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2017-04-27 11:00:32 +0200
committerCarlos Camacho <ccamacho@redhat.com>2017-05-02 14:41:37 +0200
commit77b4bd53dae1882ae3094597e674218b7773eda9 (patch)
tree02100c0f0459c5f2b54788394b4db276c148b135 /extraconfig/tasks/post_puppet_pacemaker_restart.yaml
parentc9d758ce6addc2576af057d50eaf5a79f56285a7 (diff)
Fix for the resource ControllerPostPuppetMaintenanceModeDeployment
Closes-Bug:1686619 Change-Id: I7c32ca39a456de9833d30c31d41fcb727d2b0a34
Diffstat (limited to 'extraconfig/tasks/post_puppet_pacemaker_restart.yaml')
-rw-r--r--extraconfig/tasks/post_puppet_pacemaker_restart.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extraconfig/tasks/post_puppet_pacemaker_restart.yaml b/extraconfig/tasks/post_puppet_pacemaker_restart.yaml
index 475a6688..07f3d00d 100644
--- a/extraconfig/tasks/post_puppet_pacemaker_restart.yaml
+++ b/extraconfig/tasks/post_puppet_pacemaker_restart.yaml
@@ -23,6 +23,6 @@ resources:
ControllerPostPuppetRestartDeployment:
type: OS::Heat::SoftwareDeployments
properties:
- servers: {get_param: servers}
+ servers: {get_param: servers}
config: {get_resource: ControllerPostPuppetRestartConfig}
input_values: {get_param: input_values}