added rhn_channel module

parent 1388bb78
......@@ -103,8 +103,8 @@ def main():
saturl = module.params['url']
#initialize connection
user = "kussenv"
pwd = "fubar2000"
user = ""
pwd = ""
client = xmlrpclib.Server(saturl, verbose=0)
session = client.auth.login(user, pwd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment