eyaml
This commit is contained in:
parent
98d7b57b3c
commit
c56022776a
@ -17,16 +17,15 @@ class iis_demo::uninstall_iis (
|
|||||||
notify => Reboot['dsc_reboot'],
|
notify => Reboot['dsc_reboot'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reboot { 'dsc_reboot':
|
||||||
|
when => refreshed,
|
||||||
|
timeout => 10,
|
||||||
|
}
|
||||||
|
|
||||||
file { 'C:\\inetpub':
|
file { 'C:\\inetpub':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
recurse => true,
|
recurse => true,
|
||||||
purge => true,
|
purge => true,
|
||||||
force => true,
|
force => true,
|
||||||
}
|
}
|
||||||
|
|
||||||
reboot { 'dsc_reboot':
|
|
||||||
when => refreshed,
|
|
||||||
timeout => 15,
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user