Add missing parameters so these options are usable
This commit is contained in:
parent
65243dfb91
commit
45076bddb9
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ def main():
|
|||
else:
|
||||
try:
|
||||
rhn.enable()
|
||||
rhn.register(module.params['enable_eus'] == True, activationkey)
|
||||
rhn.register(module.params['enable_eus'] == True, activationkey, profilename, sslcacert, systemorgid)
|
||||
rhn.subscribe(channels)
|
||||
except Exception, e:
|
||||
module.fail_json(msg="Failed to register with '%s': %s" % (rhn.hostname, e))
|
||||
|
|
Loading…
Reference in a new issue