added rhn_channel module

This commit is contained in:
Vincent Van der Kussen 2013-03-23 16:32:10 +01:00
parent 6c8cdd386b
commit 8b3b6c0c70

View file

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