puppet-pacemaker/examples/pacemaker_property/update.pp
Dmitry Ilyin 4d2e554f68 Merge with fuel-infra/puppet-pacemaker
* Import all providers, specs and tests to this module
* Use corosync module to actually install paceamker

Fuel-CI: disable
Change-Id: I9a16ad1453b694aa0a3e78d079f9c57365a5fcf1
2016-05-25 11:22:22 +02:00

10 lines
165 B
Puppet

pacemaker_property { 'cluster-delay' :
ensure => 'present',
value => '51',
}
pacemaker_property { 'batch-limit' :
ensure => 'present',
value => '51',
}