This commit is contained in:
jhejda@wmpromus.com 2019-05-23 12:50:40 +02:00
parent 021b6cf979
commit 3c98e9c306

View File

@ -106,7 +106,7 @@ class iis_demo::iis (
dsc_windowsfeature { '.NET Framework 4.5':
dsc_ensure => 'present',
dsc_name => 'AS-NET-Framework',
require => Package['powershell'],
#require => Package['powershell'],
notify => Reboot['reboot_iis'],
}