diff options
Diffstat (limited to 'cloudmasterd/lib')
| -rw-r--r-- | cloudmasterd/lib/cloudmasterd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudmasterd/lib/cloudmasterd.rb b/cloudmasterd/lib/cloudmasterd.rb index d9f1a48..4386084 100644 --- a/cloudmasterd/lib/cloudmasterd.rb +++ b/cloudmasterd/lib/cloudmasterd.rb @@ -33,7 +33,7 @@ module Cloudmasterd::Helpers class Cobblerd def initialize(repo) @repo = repo - @xmlrpc = XMLRPC::Client.new2("http://#{@repo}:25152") + @xmlrpc = XMLRPC::Client.new2("http://#{@repo}/cobbler_api_rw") @token = @xmlrpc.call2("login", "cobbler", "password")[1] end |
