]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Adapt timeout value for shutdown
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 1 Dec 2016 20:46:31 +0000 (21:46 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 1 Dec 2016 20:46:31 +0000 (21:46 +0100)
manifests/install_ovh.pp

index 581e289affe811ecaa46b71a33be516e9040b57c..a5adf44f2e562b50a5794cd1f764b098f0edc344 100644 (file)
@@ -48,6 +48,7 @@ node default {
     class { 'aur': }
 
     reboot { 'after_run':
-      apply => 'finished'
+      apply   => 'finished',
+      timeout => 0
     }
 }