Displaying 1 result from an estimated 1 matches for "applicationdevelopment".
2012 Oct 18
2
Different return codes on exec during puppet agent run vs command line Windows
...$AILogFile=''C:\\Program Files\\HELLO_WORLD\\log\\IIS7.log''
exec { ''install_iis'':
command => "c:\\Windows\\sysnative\\dism.exe /online /norestart
/logpath:\"C:\\temp\\log.etw.txt\" /enable-feature /ignorecheck
/featurename:\"IIS-ApplicationDevelopment\" /featurename:\"IIS-ASP\"
/featurename:\"IIS-ASPNET\" /featurename:\"IIS-BasicAuthentication\"
/featurename:\"IIS-CGI\"
/featurename:\"IIS-ClientCertificateMappingAuthentication\"
/featurename:\"IIS-CommonHttpFeatures\" /featuren...