init.pp - HewlettPackard/puppet-ilorest-module GitHub Wiki
init.pp is the base class. It inherits default parameters from params.pp, and calls install.pp and service.pp
$ilo_username = $ilorest::params::ilo_username,
$ilo_password = $ilorest::params::ilo_password,
$ilo_ip = $ilorest::params::ilo_ip,