From: Silvio Rhatto Date: Fri, 29 Jan 2010 20:45:18 +0000 (-0200) Subject: Disabling timeout when building a vserver X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c76bd5a6f90fe377153b32f57ce5a81c273af6aa;p=puppet-virtual.git Disabling timeout when building a vserver --- diff --git a/manifests/vserver.pp b/manifests/vserver.pp index 3960bab..848185f 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -134,7 +134,8 @@ define vs_create($in_domain, $context, $legacy = false, $distro = 'etch', exec { "/usr/local/bin/build_vserver \"${vs_name}\" ${context} ${distro} ${debootstrap_mirror} ${vs_hostname} ${vs_interface}": creates => "/etc/vservers/${vs_name}", require => File["/usr/local/bin/build_vserver"], - alias => "vs_create_${vs_name}" + alias => "vs_create_${vs_name}", + timeout => -1, } } }