diff options
| -rw-r--r-- | genome-bootstrap/extra/genome-bootstrap.spec | 2 | ||||
| -rw-r--r-- | genome-bootstrap/lib/genome-bootstrap/core.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/genome-bootstrap/extra/genome-bootstrap.spec b/genome-bootstrap/extra/genome-bootstrap.spec index 04018f5..71b4d1c 100644 --- a/genome-bootstrap/extra/genome-bootstrap.spec +++ b/genome-bootstrap/extra/genome-bootstrap.spec @@ -7,7 +7,7 @@ Summary: Tool for provisioning virtual machines Name: rubygem-%{gemname} Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: Ruby License/GPL Source0: %{gemname}-%{version}.gem diff --git a/genome-bootstrap/lib/genome-bootstrap/core.rb b/genome-bootstrap/lib/genome-bootstrap/core.rb index 44d70b6..6a5c6c6 100644 --- a/genome-bootstrap/lib/genome-bootstrap/core.rb +++ b/genome-bootstrap/lib/genome-bootstrap/core.rb @@ -30,7 +30,7 @@ module GenomeBootstrap @genomed = "http://#{@fqdn}/genome" @machine_types_url = @genomed + "/machine_types.html" - @cobblerd = XMLRPC::Client.new2("http://#{@fqdn}:25152") + @cobblerd = XMLRPC::Client.new2("http://#{@fqdn}/cobbler_api_rw") # TODO: figure out a way to pass these values in @token = @cobblerd.call2("login", "cobbler", "password")[1] |
