d168c4df20eb83e1af6799be698b1a00e31557ff
configuration/environments_scripts/central_reverse_proxy/setup-central-reverse-proxy.sh
| ... | ... | @@ -82,8 +82,11 @@ terminationCheck "$?" |
| 82 | 82 | ssh -A "root@${IP}" "bash -s" << BUGZILLAEOF &>log.txt |
| 83 | 83 | cd /usr/share/bugzilla/ |
| 84 | 84 | # essentials bugzilla |
| 85 | -/usr/bin/perl -MCPAN -e 'install App::cpanminus' |
|
| 86 | -cpanm --notest SOAP::Lite |
|
| 85 | +/usr/bin/perl -MCPAN -e 'install App::cpanminus' </dev/null |
|
| 86 | +echo "Looking for cpanm: $( which cpanm )" |
|
| 87 | +echo "Trying to install SOAP::Lite" |
|
| 88 | +/usr/local/bin/cpanm --notest SOAP::Lite </dev/null |
|
| 89 | +echo "Trying to install other packages, starting with DateTime" |
|
| 87 | 90 | /usr/bin/perl install-module.pl DateTime |
| 88 | 91 | /usr/bin/perl install-module.pl DateTime::TimeZone |
| 89 | 92 | /usr/bin/perl install-module.pl Email::Sender |