From bfdde986404e8cc8a88565ffe0b0a98c11206e0e Mon Sep 17 00:00:00 2001 From: ffluegel Date: Tue, 24 Jan 2017 00:27:17 +0530 Subject: [PATCH] Default Hostname changed default Hostname to ${NodeName} --- winrm-with-certificate-authority/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winrm-with-certificate-authority/Readme.md b/winrm-with-certificate-authority/Readme.md index ad4a1c3..ce5e24c 100644 --- a/winrm-with-certificate-authority/Readme.md +++ b/winrm-with-certificate-authority/Readme.md @@ -289,7 +289,7 @@ Add the following to your `/opt/autopilot/conf/aae.yaml` in the GenericHandler s Mandatory: true - Name: Hostname Description: "host to execute command on" - Mandatory: true + Default: ${NodeName} - Name: Certificate Description: "path to the client certificate" Default: /opt/autopilot/conf/certs/autopilot.crt @@ -306,7 +306,7 @@ Add the following to your `/opt/autopilot/conf/aae.yaml` in the GenericHandler s Mandatory: true - Name: Hostname Description: "host to execute command on" - Mandatory: true + Default: ${NodeName} - Name: Certificate Description: "path to the client certificate" Default: /opt/autopilot/conf/certs/autopilot.crt