jlaska/puppet-subscription_manager

how to specify the org parameter

Opened this issue · 1 comments

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,

you had in your configuration

org => 'xxxxxx',

regards