From f5f5e3a097fc782b909ca181730c2d3343133059 Mon Sep 17 00:00:00 2001 From: "jhejda@wmpromus.com" Date: Thu, 23 May 2019 12:47:34 +0200 Subject: [PATCH] iis --- modules/iis_demo/manifests/iis.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/iis_demo/manifests/iis.pp b/modules/iis_demo/manifests/iis.pp index f2acb58..b088814 100644 --- a/modules/iis_demo/manifests/iis.pp +++ b/modules/iis_demo/manifests/iis.pp @@ -103,12 +103,12 @@ class iis_demo::iis ( notify => Reboot['reboot_iis'], } ############################################################################# - dsc_windowsfeature { '.NET Framework 4.5': - dsc_ensure => 'present', - dsc_name => 'AS-NET-Framework', + #dsc_windowsfeature { '.NET Framework 4.5': + #dsc_ensure => 'present', + #dsc_name => 'AS-NET-Framework', #require => Package['powershell'], - notify => Reboot['reboot_iis'], - } + #notify => Reboot['reboot_iis'], + #} dsc_windowsfeature { 'Web Server (IIS) Support': dsc_ensure => 'present',