Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to specify the org parameter #21

Open
GiuseppeLoRe opened this issue Jun 20, 2017 · 1 comment
Open

how to specify the org parameter #21

GiuseppeLoRe opened this issue Jun 20, 2017 · 1 comment

Comments

@GiuseppeLoRe
Copy link

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

@Stanislas93
Copy link

Hi,

you had in your configuration

org => 'xxxxxx',

regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants