From 1ce785f50178c185e11a27b3462be340b58fe8f4 Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Thu, 29 Jan 2015 12:48:36 +0100 Subject: don't timeout if download of phantomjs is slow --- provisioning/modules/phantomjs/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'provisioning/modules') diff --git a/provisioning/modules/phantomjs/manifests/init.pp b/provisioning/modules/phantomjs/manifests/init.pp index 78ba734c..ba0e15ba 100644 --- a/provisioning/modules/phantomjs/manifests/init.pp +++ b/provisioning/modules/phantomjs/manifests/init.pp @@ -3,6 +3,7 @@ class phantomjs { command => '/usr/bin/wget -O /var/local/phantomjs-1.9.8.tar.bz2 https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2', creates => '/var/local/phantomjs-1.9.8.tar.bz2', notify => Exec['unpack_phantomjs'], + timeout => '0', } exec{'unpack_phantomjs': command => '/bin/tar xvfj phantomjs-1.9.8.tar.bz2', -- cgit v1.2.3