added rhn_channel module

pull/2489/head
Vincent Van der Kussen 12 years ago
parent 1388bb7859
commit 3a626032ae

@ -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)

Loading…
Cancel
Save