- From: Syntax Error <
>
- To:
- Subject: [chef] Bug in tutorials for Windows
- Date: Fri, 14 Aug 2015 08:50:52 -0700
Hi all:
Been getting my Chef learning on, and ran across a bug in the tutorials for Windows:
When click on "Checklist for Windows Server nodes"
The instructions are missing a single quote:
winrm set winrm/config/winrs @{MaxMemoryPerShellMB="300"}
should be:
winrm set winrm/config/winrs '@{MaxMemoryPerShellMB="300"}'
winrm set winrm/config @{MaxTimeoutms="1800000"}
should be:
winrm set winrm/config '@{MaxTimeoutms="1800000"}'
winrm set winrm/config/service @{AllowUnencrypted="true"}
should be:
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
winrm set winrm/config/service/auth @{Basic="true"}
should be:
winrm set winrm/config/service/auth '@{Basic="true"}'
If there is another way I should report this, please let me know.
Thanks,
Don/sntxrr
- [chef] Bug in tutorials for Windows, Syntax Error, 08/14/2015
Archive powered by MHonArc 2.6.16.