Vagrant: Remove obsolete restart command.

This commit is contained in:
Gunnar Beutner 2013-10-14 23:17:30 +02:00
parent 5aa809faeb
commit a844cf760d
1 changed files with 0 additions and 8 deletions

View File

@ -1,10 +1,2 @@
#!/bin/bash
# for some reason puppet does not start icinga2
/sbin/service icinga2 start
# fix faulty file permissions
chown root:apache /etc/icinga/passwd
/sbin/service httpd reload
echo "The Icinga 2 Vagrant VM has finished installing. See http://localhost:8080/ for more details."