redhat-openstack / puppet-pacemaker

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

Let it run with puppet 8 #80

Open tuxmaster5000 opened 1 year ago

tuxmaster5000 commented 1 year ago

Puppet 8 fill fail with: Error: Facter: error while resolving custom facts in /opt/puppetlabs/puppet/cache/lib/facter/pacemaker_node_name.rb undefined methodexists?' for File:Class`

The problem is, that since Puppet 7 the call "exists" was replaced with "exist".