diff --git a/wmde-odoo/manifests/init.pp b/wmde-odoo/manifests/init.pp index 0cfdc6f..f4a83c7 100644 --- a/wmde-odoo/manifests/init.pp +++ b/wmde-odoo/manifests/init.pp @@ -129,13 +129,13 @@ inherits odoo::params { } - exec {"install_pre": command => "/bin/ls > /dev/null && $preenv && $pip_cmd install -r $odoo_systemdir/requirements.txt", require => [ Vcsrepo["$odoo_systemdir"], Package[$prepkg], - ] + ], + timeout => 1800, } }