Unverified Commit 52243d08 authored by xpac1985's avatar xpac1985 Committed by GitHub
Browse files

Clean up formatting (SHFMT)

parent d519873f
...@@ -27,7 +27,7 @@ dns_infoblox_add() { ...@@ -27,7 +27,7 @@ dns_infoblox_add() {
_info "No Infoblox_View set, using fallback value 'default'" _info "No Infoblox_View set, using fallback value 'default'"
Infoblox_View="default" Infoblox_View="default"
fi fi
## Save the credentials to the account file ## Save the credentials to the account file
_saveaccountconf Infoblox_Creds "$Infoblox_Creds" _saveaccountconf Infoblox_Creds "$Infoblox_Creds"
_saveaccountconf Infoblox_Server "$Infoblox_Server" _saveaccountconf Infoblox_Server "$Infoblox_Server"
...@@ -45,7 +45,7 @@ dns_infoblox_add() { ...@@ -45,7 +45,7 @@ dns_infoblox_add() {
## Construct the request URL ## Construct the request URL
baseurlnObject="https://$Infoblox_Server/wapi/v2.2.2/record:txt?name=$fulldomain&text=$txtvalue&view=${Infoblox_ViewEncoded}" 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 ## Add the challenge record to the Infoblox grid member
result="$(_post "" "$baseurlnObject" "" "POST")" result="$(_post "" "$baseurlnObject" "" "POST")"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment