This commit is contained in:
jhejda@wmpromus.com 2019-05-23 12:59:28 +02:00
parent 07c9e09c94
commit 0314364c19

View File

@ -131,4 +131,8 @@ class iis_demo::iis_prereqs (
notify => Reboot['reboot_iis'],
}
reboot { 'reboot_iis':
when => refreshed,
timeout => 15,
}
}