redhat-openstack / puppet-pacemaker

Puppet modules to manage pacemaker with corosync
9 stars 25 forks source link

compare master_slave explicitly with :true #66

Closed bhardie-godaddy closed 8 years ago

bhardie-godaddy commented 8 years ago

Since the value of @resource[:master_slave] is either :true or :false, and symbols in Ruby are always truthy, this needs to be compared explicitly with the symbol :true.

sepulworld commented 8 years ago

+1

EmilienM commented 8 years ago

Hi @bhardiegodaddy - Thanks for your contribution here. We recently moved this module to OpenStack namespace. Please re-submit your patch to https://github.com/openstack/puppet-pacemaker repository. To get started in OpenStack, please look http://docs.openstack.org/infra/manual/developers.html

Thanks a lot!