diff options
-rw-r--r-- | provisioning/modules/phantomjs/manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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', |