redhat-openstack / puppet-pacemaker

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

duplicate declaration for pcmk_resource[ip-] #29

Open angryjesters opened 10 years ago

angryjesters commented 10 years ago

I'm running Puppet 3.6.2 on Fedora 20 (as part of a Foreman auto-provisioned HA controller) and I keep running into the following issue and I'm unsure how to resolve:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Pcmk_resource[ip-] is already declared in file /usr/share/openstack-puppet/modules/pacemaker/manifests/resource/ip.pp:19; cannot redeclare at /usr/share/openstack-puppet/modules/pacemaker/manifests/resource/ip.pp:19 on node controller.contoso.com

cwolferh commented 10 years ago

I have seen this before when $ip_address is blank. I'd start by throwing in a notify into pacemaker::resource::ip to make sure that isn't the issue.