Debug: Executing: 'C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe Get-WindowsFeature | ConvertTo-JSON'
Debug: /Stage[main]/Windowsfeature[Web-WebServer]: Nothing to manage: no ensure and the resource doesn't exist
What behaviour did you expect instead
Hoping that it would install the feature.
However, explicitly adding ensure => present does work.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Hoping that it would install the feature.
However, explicitly adding
ensure => present
does work.Any additional information you'd like to impart
Typically ensure has a default value of present.