[Puppet Users] Puppet Training for Linux System Engineers.

2015-11-05 Thread Unus Humami
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

[Puppet Users] Need Help to add multiple host entries in yaml file instead of repeating host attribute in manifest.

2015-06-02 Thread Unus Humami
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