fuel-library/deployment/puppet/corosync/tests/init.pp
2013-02-22 18:26:01 +04:00

10 lines
209 B
Puppet

class { 'corosync':
enable_secauth => false,
bind_address => '0.0.0.0',
multicast_address => '239.1.1.2',
}
corosync::service { 'pacemaker':
version => '0',
notify => Service['corosync'],
}