From eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 1 Dec 2016 21:46:31 +0100 Subject: [PATCH] Adapt timeout value for shutdown --- manifests/install_ovh.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } } -- 2.41.0