From 1fe4ee0f29e514f9c62d65c1cf0f1dd606ae6f82 Mon Sep 17 00:00:00 2001 From: "Petr A. Korobeinikov" Date: Tue, 6 Jan 2015 10:34:46 +0300 Subject: [PATCH] Timeout notice. --- manifests/default.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/default.pp b/manifests/default.pp index 6e1403a..dd12555 100644 --- a/manifests/default.pp +++ b/manifests/default.pp @@ -53,7 +53,7 @@ exec { 'install_cpanm_dbd_pg': command => 'cpanm --notest DBD::Pg' } exec { 'install_cpanm_date_simple': command => 'cpanm --notest Date::Simple' } exec { 'install_cpanm_mail_sender': command => 'cpanm --notest Mail::Sender' } exec { 'install_cpanm_email_valid': command => 'cpanm --notest Email::Valid' } -exec { 'install_cpanm_pg_explain': command => 'cpanm --notest Pg::Explain', timeout => 600 } +exec { 'install_cpanm_pg_explain': command => 'cpanm --notest Pg::Explain', timeout => 600 } # Takes about 450-500 secs. exec { 'install_cpanm_mojolicious': command => 'cpanm --notest Mojolicious' } exec { 'createuser': command => 'sudo -u postgres psql -c "create role explaind with login password \'explaind\'"' }