Hi,
I tried to use this module on a RH7.3 node.
I get the following:
Error: The 'org' paramater is required to register the system
Error: /Stage[main]/Profile_cscs_base::Sm_register/Rhsm_register[satelite.example.com]/ensure: change from absent to present failed: The 'org' paramater is required to register the system
This is the code I'm using:
rhsm_register { "$sm_server_url":
server_hostname => $sm_server_url,
activationkeys => $sm_activation_key,
username => $sm_username,
password => $sm_password,
}
How can I specify the parameter "org"?
Best regards,
Giuseppe
Hi,
I tried to use this module on a RH7.3 node.
I get the following:
Error: The 'org' paramater is required to register the system
Error: /Stage[main]/Profile_cscs_base::Sm_register/Rhsm_register[satelite.example.com]/ensure: change from absent to present failed: The 'org' paramater is required to register the system
This is the code I'm using:
How can I specify the parameter "org"?
Best regards,
Giuseppe