mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
update post creating-static-records-in-microsoft-dns-from-vrealize-automation to fix code typo
This commit is contained in:
parent
560f1fa363
commit
8da5d9b631
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
series: vRA8
|
series: vRA8
|
||||||
date: "2021-08-13T00:00:00Z"
|
date: "2021-08-13T00:00:00Z"
|
||||||
|
lastmod: "2022-01-18"
|
||||||
usePageBundles: true
|
usePageBundles: true
|
||||||
thumbnail: 20210813_workflow_success.png
|
thumbnail: 20210813_workflow_success.png
|
||||||
tags:
|
tags:
|
||||||
|
@ -375,7 +376,7 @@ if (staticDns == "true" && supportedDomains.indexOf(dnsDomain) >= 0) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sshSession.disconnect()
|
sshSession.disconnect()
|
||||||
if (created == false) {
|
if (deleted == false) {
|
||||||
System.warn("Error! Unable to delete DNS record.")
|
System.warn("Error! Unable to delete DNS record.")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue