solar/f2s/resources/cluster-vrouter/actions/run.pp

8 lines
187 B
Puppet

notice('MODULAR: cluster-vrouter.pp')
$network_scheme = hiera('network_scheme', {})
class { 'cluster::vrouter_ocf':
other_networks => direct_networks($network_scheme['endpoints']),
}