2015-11-30 14:33:23 +02:00

9 lines
162 B
Puppet

notice('MODULAR: dns-client.pp')
$management_vip = hiera('management_vrouter_vip')
class { 'osnailyfacter::resolvconf':
management_vip => $management_vip,
}