We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6e79f3 + b452583 commit 7e8e9e2Copy full SHA for 7e8e9e2
ChefExtensionHandler/bin/chef-install.psm1
@@ -93,6 +93,10 @@ function Install-ChefClient {
93
if ( $powershellVersion -ge 3 ) {
94
$chef_package_version = Get-PublicSettings-From-Config-Json("bootstrap_version")
95
$daemon = Get-PublicSettings-From-Config-Json("daemon")
96
+
97
+ if ( $daemon -eq "none" ) {
98
+ $daemon = "auto"
99
+ }
100
} else {
101
echo "Powershell version is less than 3. Hence skipping reading the azure config file. Downloading the latest version of chef-client."
102
}
0 commit comments