@@host { $::fqdn:
ensure => 'present',
host_aliases => [$::hostname],
ip => $::ipaddress,
tag => 'classroom',
}
Host <<| tag == 'classroom' |>>
How can i form a array of ip addresses (ip attribute of host resource) of all the hosts tagged classroom?
↧