Vagrant: No longer remount the config/ directory

The virtual machine uses its own config files beneath /etc/icingaweb.
This commit is contained in:
Eric Lippmann 2014-06-03 13:11:28 +02:00
parent 473d986dfb
commit 02007cf9fb
1 changed files with 0 additions and 6 deletions

View File

@ -10,11 +10,6 @@ installJquery () {
fi
}
mountIcinga2webConfd () {
# Remount /vagrant/config/ with appropriate permissions since the group apache is missing initially
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g apache`,dmode=775,fmode=775 /vagrant/config/ /vagrant/config/
}
startServicesWithNonLSBCompliantExitStatusCodes () {
# Unfortunately the ido2db init script is not LSB compliant and hence not started via puppet
service ido2db-mysql start || true
@ -27,7 +22,6 @@ mountIcinga2webVarLog () {
}
installJquery
mountIcinga2webConfd
startServicesWithNonLSBCompliantExitStatusCodes
mountIcinga2webVarLog