From: Ismaƫl Bouya Date: Thu, 1 Dec 2016 20:46:31 +0000 (+0100) Subject: Adapt timeout value for shutdown X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d Adapt timeout value for shutdown --- diff --git a/manifests/install_ovh.pp b/manifests/install_ovh.pp index 581e289..a5adf44 100644 --- a/manifests/install_ovh.pp +++ b/manifests/install_ovh.pp @@ -48,6 +48,7 @@ node default { class { 'aur': } reboot { 'after_run': - apply => 'finished' + apply => 'finished', + timeout => 0 } }