Skip to content

how to specify the org parameter #21

Description

@GiuseppeLoRe

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions