1
0
This commit is contained in:
jhejda@wmpromus.com 2019-05-23 16:53:54 +02:00
parent 98d7b57b3c
commit c56022776a

View File

@ -17,16 +17,15 @@ class iis_demo::uninstall_iis (
notify => Reboot['dsc_reboot'],
}
reboot { 'dsc_reboot':
when => refreshed,
timeout => 10,
}
file { 'C:\\inetpub':
ensure => directory,
recurse => true,
purge => true,
force => true,
}
reboot { 'dsc_reboot':
when => refreshed,
timeout => 15,
}
}