From 744734e76e51c8ca6b70e6ef5e3426d1726fd297 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Thu, 4 Feb 2021 10:56:32 +0100 Subject: [PATCH] Fix variable syntax in documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 041a8c4..9184b94 100644 --- a/README.md +++ b/README.md @@ -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"