From 641ff1f33cf700d1fdcd6786d9ef0218124da055 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 27 May 2014 16:36:29 +0200 Subject: [PATCH] Vagrant: Fix 'vagrant ssh' for a single instance. Refs #6334 --- .vagrant-puppet/files/var/www/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vagrant-puppet/files/var/www/html/index.html b/.vagrant-puppet/files/var/www/html/index.html index 766e13cf2..a3cf06364 100644 --- a/.vagrant-puppet/files/var/www/html/index.html +++ b/.vagrant-puppet/files/var/www/html/index.html @@ -96,7 +96,7 @@ Available user interfaces.

SSH

-SSH is available through 'vagrant ssh $hostname' with passwordless sudo ('sudo -i'). +SSH is available through 'vagrant ssh' with passwordless sudo ('sudo -i').

Documentation

The official Icinga 2 documentation is available at docs.icinga.org. -- 2.40.0