Hide Forgot
Document URL: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.4/html/managing_hosts/appe-red_hat_satellite-managing_hosts-template_writing_reference#sect-Managing_Hosts-Satellite_Specific_Functions_and_Variables Section Number and Name: Table A.3. Host Specific Variables and Functions Describe the issue: @host.params['parameter_name'] should be change to - host_param('param_name') @host.param_true?(name) should be change to - host_param_true?('parameter_name') @host.param_false?(name) should be change to - host_param_false?('parameter_name') After satellite 6.4 we should retrieve the value of a parameter on a host (or inherited from the OS, domain etc) by using: "host_param"
These changes are now live on the customer portal: https://access.redhat.com/documentation/en-us/red_hat_satellite/6.4/html/managing_hosts/appe-red_hat_satellite-managing_hosts-template_writing_reference#sect-Managing_Hosts-Satellite_Specific_Functions_and_Variables Thank you