From a844cf760d19776d219be6f7ded0643fd19b8e0b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 14 Oct 2013 23:17:30 +0200 Subject: [PATCH] Vagrant: Remove obsolete restart command. --- .vagrant-puppet/manifests/finalize.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.vagrant-puppet/manifests/finalize.sh b/.vagrant-puppet/manifests/finalize.sh index 13cd5f8c3..146442776 100644 --- a/.vagrant-puppet/manifests/finalize.sh +++ b/.vagrant-puppet/manifests/finalize.sh @@ -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." -- 2.40.0