Hello Every one,
If any one interested in learning puppet, please shoot me an email with
update you about next batch and fees.
Thanks
Humami
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving ema
Here is the generic code for host entires:
class abcd::hosts (
) inherits abcd::params {
host { 'etc_hosts':
ensure => 'present',
name => $fqdn,
ip => $ip,
host_aliases => $host_aliases,
}
##
above values want to populate from yaml file and