Browse Source

Shell formatting, again

pull/3587/head
xpac1985 3 years ago
committed by GitHub
parent
commit
224cd04673
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_infoblox.sh

4
dnsapi/dns_infoblox.sh

@ -42,10 +42,10 @@ dns_infoblox_add() {
## Construct the HTTP Authorization header
export _H1="Accept-Language:en-US"
export _H2="Authorization: Basic $Infoblox_CredsEncoded"
## Construct the request URL
baseurlnObject="https://$Infoblox_Server/wapi/v2.2.2/record:txt?name=$fulldomain&text=$txtvalue&view=${Infoblox_ViewEncoded}"
## Add the challenge record to the Infoblox grid member
result="$(_post "" "$baseurlnObject" "" "POST")"

Loading…
Cancel
Save