6542cd2fa7
Add the Rakefile file: * add dependency rubygems * disable 80 char line limit * disable class parameter defaults The remaining work is in the correction puppet code specifications Change-Id: I0e6f9bffd717ffe627f299852893573947b3f98a Closes-Bug: #1338559
9 lines
110 B
Puppet
9 lines
110 B
Puppet
include cluster
|
|
|
|
cluster::virtual_ip { 'xxx':
|
|
vip => {
|
|
nic => 'eth0',
|
|
ip => '10.1.1.253'
|
|
}
|
|
}
|