eyaml
This commit is contained in:
parent
70545e55ac
commit
769a1c9698
@ -0,0 +1,24 @@
|
|||||||
|
####
|
||||||
|
# Class: intapp open webapp openweb
|
||||||
|
# Description:
|
||||||
|
# Customer: Freshfields Bruckhaus Deringer
|
||||||
|
# Author: WM Promus
|
||||||
|
# Date: April 2018
|
||||||
|
###
|
||||||
|
|
||||||
|
class iis_demo::uninstall_iis (
|
||||||
|
|
||||||
|
) {
|
||||||
|
|
||||||
|
dsc_windowsfeature { 'IIS':
|
||||||
|
dsc_ensure => 'absent',
|
||||||
|
dsc_name => 'Web-Server',
|
||||||
|
#require => Package['powershell'],
|
||||||
|
#notify => Reboot['reboot_iis'],
|
||||||
|
}
|
||||||
|
|
||||||
|
file { 'C:\\inetpub':
|
||||||
|
ensure => absent,
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user