Don't install jQuery
This commit is contained in:
parent
fbe603c23f
commit
c737f18162
|
@ -2,14 +2,6 @@
|
||||||
|
|
||||||
set -e
|
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 () {
|
startServicesWithNonLSBCompliantExitStatusCodes () {
|
||||||
# Unfortunately the ido2db init script is not LSB compliant and hence not started via puppet
|
# Unfortunately the ido2db init script is not LSB compliant and hence not started via puppet
|
||||||
service ido2db-mysql start || true
|
service ido2db-mysql start || true
|
||||||
|
@ -26,7 +18,6 @@ mountIcinga2webVarLog () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
installJquery
|
|
||||||
startServicesWithNonLSBCompliantExitStatusCodes
|
startServicesWithNonLSBCompliantExitStatusCodes
|
||||||
mountIcinga2webVarLog
|
mountIcinga2webVarLog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue