Fix variable syntax in documentation
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
299c3f48d8
commit
744734e76e
@ -23,8 +23,8 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...'
|
||||
|
||||
"addsconfig.domainname" = "contoso.com"
|
||||
"addsconfig.netbiosname" = "CONTOSO"
|
||||
"addsconfig.administratorpw" = "{{user `adds_administratorpw`}}"
|
||||
"addsconfig.safemodepw" = "{{user `adds_safemodepw`}}"
|
||||
"addsconfig.administratorpw" = var.adds_adminpassword
|
||||
"addsconfig.safemodepw" = var.adds_safemodepassword
|
||||
"addsconfig.ntpserver" = "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org"
|
||||
|
||||
"dhcpconfig.startip" = "10.0.0.50"
|
||||
|
Loading…
Reference in New Issue
Block a user