diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2014-12-23 17:18:23 -0200 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2014-12-23 17:19:13 -0200 |
commit | 479ebf4df7fa5db78e263dd5a7f16a02aa937a46 (patch) | |
tree | 970859ecfa41d73190b47f9101db2aa87878d757 /provisioning | |
parent | 8d4b3bcba2be9c39614e267284f3802a2b6ddc65 (diff) |
Removed timeout of install-pixelated stage
Diffstat (limited to 'provisioning')
-rw-r--r-- | provisioning/provision.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/provisioning/provision.pp b/provisioning/provision.pp index 4d62abb3..dc62ddaf 100644 --- a/provisioning/provision.pp +++ b/provisioning/provision.pp @@ -50,7 +50,8 @@ class install_pixelated { exec { 'install-pixelated': command => '/bin/bash /vagrant/install-pixelated.sh', cwd => '/vagrant', - user => 'vagrant' + user => 'vagrant', + timeout => 0 } } |