From fba8e9f877074658ce336959f86be684818880ba Mon Sep 17 00:00:00 2001 From: "jhejda@wmpromus.com" Date: Thu, 23 May 2019 17:33:10 +0200 Subject: [PATCH] eyaml --- modules/iis_demo/manifests/uninstall_iis.pp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/iis_demo/manifests/uninstall_iis.pp b/modules/iis_demo/manifests/uninstall_iis.pp index a488e26..70d31ea 100644 --- a/modules/iis_demo/manifests/uninstall_iis.pp +++ b/modules/iis_demo/manifests/uninstall_iis.pp @@ -13,17 +13,17 @@ class iis_demo::uninstall_iis ( ) { - iis_application { "${iis_site_name}\\${iis_webapp_name}": - ensure => 'absent', - } + #iis_application { "${iis_site_name}\\${iis_webapp_name}": + #ensure => 'absent', + #} - iis_site { $iis_site_name: - ensure => 'absent', - } + #iis_site { $iis_site_name: + #ensure => 'absent', + #} - iis_application_pool { $app_pool_name: - ensure => 'absent', - } + #iis_application_pool { $app_pool_name: + #ensure => 'absent', + #} dsc_windowsfeature { 'IIS': dsc_ensure => 'absent',