This commit is contained in:
jhejda@wmpromus.com 2019-05-23 12:47:34 +02:00
parent be9456785e
commit f5f5e3a097

View File

@ -103,12 +103,12 @@ class iis_demo::iis (
notify => Reboot['reboot_iis'], notify => Reboot['reboot_iis'],
} }
############################################################################# #############################################################################
dsc_windowsfeature { '.NET Framework 4.5': #dsc_windowsfeature { '.NET Framework 4.5':
dsc_ensure => 'present', #dsc_ensure => 'present',
dsc_name => 'AS-NET-Framework', #dsc_name => 'AS-NET-Framework',
#require => Package['powershell'], #require => Package['powershell'],
notify => Reboot['reboot_iis'], #notify => Reboot['reboot_iis'],
} #}
dsc_windowsfeature { 'Web Server (IIS) Support': dsc_windowsfeature { 'Web Server (IIS) Support':
dsc_ensure => 'present', dsc_ensure => 'present',