Skip to content

Commit

Permalink
Handle cases where the pacemaker variables aren't set
Browse files Browse the repository at this point in the history
  • Loading branch information
brenton committed Apr 7, 2016
1 parent a5c6358 commit a757ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
msg: >
This upgrade does not support Pacemaker:
https://docs.openshift.{{ g_pacemaker_upgrade_url_segment }}/install_config/upgrading/pacemaker_to_native_ha.html
when: openshift.master.cluster_method == 'pacemaker'
when: openshift.master.cluster_method is defined and openshift.master.cluster_method == 'pacemaker'

- fail:
msg: >
Expand Down

0 comments on commit a757ce0

Please sign in to comment.