Don't install jQuery

This commit is contained in:
Alexander Klimov 2014-11-25 15:07:43 +01:00
parent fbe603c23f
commit c737f18162
1 changed files with 0 additions and 9 deletions

View File

@ -2,14 +2,6 @@
set -e
installJquery () {
# The npm module jquery won't install via puppet because of an mysterious error
# when node-gyp rebuilding the dependent contextify module
if [ ! -d /usr/lib/node_modules/jquery ]; then
npm install --silent -g jquery
fi
}
startServicesWithNonLSBCompliantExitStatusCodes () {
# Unfortunately the ido2db init script is not LSB compliant and hence not started via puppet
service ido2db-mysql start || true
@ -26,7 +18,6 @@ mountIcinga2webVarLog () {
fi
}
installJquery
startServicesWithNonLSBCompliantExitStatusCodes
mountIcinga2webVarLog