mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 21:38:41 -05:00
Update http method name that takes user/password
This commit is contained in:
parent
eee7aab760
commit
992a37cabf
3 changed files with 4 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ class Http
|
|||
return conn
|
||||
end
|
||||
|
||||
def self.get_conn(verbose, url, user, password)
|
||||
def self.get_conn_with_auth(verbose, url, user, password)
|
||||
if url.nil?
|
||||
STDERR.puts "The url you provided was empty"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue