This commit is contained in:
jhejda@wmpromus.com 2019-05-23 17:33:10 +02:00
parent 4242a9541d
commit fba8e9f877

View File

@ -13,17 +13,17 @@ class iis_demo::uninstall_iis (
) { ) {
iis_application { "${iis_site_name}\\${iis_webapp_name}": #iis_application { "${iis_site_name}\\${iis_webapp_name}":
ensure => 'absent', #ensure => 'absent',
} #}
iis_site { $iis_site_name: #iis_site { $iis_site_name:
ensure => 'absent', #ensure => 'absent',
} #}
iis_application_pool { $app_pool_name: #iis_application_pool { $app_pool_name:
ensure => 'absent', #ensure => 'absent',
} #}
dsc_windowsfeature { 'IIS': dsc_windowsfeature { 'IIS':
dsc_ensure => 'absent', dsc_ensure => 'absent',