diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-12-01 21:46:31 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-12-01 21:46:31 +0100 |
commit | eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d (patch) | |
tree | 60a94c1120036403ac6ccf4cf1a83afb48957d11 /manifests | |
parent | cf36b39a997fbc8cba8b52a2dffba991d7b3b1c3 (diff) | |
download | Puppet-eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d.tar.gz Puppet-eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d.tar.zst Puppet-eb98a76ae8e2b3778b9fbcbdcb77558055f87f5d.zip |
Adapt timeout value for shutdown
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/install_ovh.pp | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
48 | class { 'aur': } | 48 | class { 'aur': } |
49 | 49 | ||
50 | reboot { 'after_run': | 50 | reboot { 'after_run': |
51 | apply => 'finished' | 51 | apply => 'finished', |
52 | timeout => 0 | ||
52 | } | 53 | } |
53 | } | 54 | } |