From 00411cb4f9b0f3e19ad6d5fe0918e870b337f0aa Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 27 Jun 2012 12:54:25 -0300 Subject: SSH should listen also at loopback on nodo::physical --- manifests/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/physical.pp') diff --git a/manifests/physical.pp b/manifests/physical.pp index 68368ea..cc0e7f6 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -49,7 +49,7 @@ class nodo::physical inherits nodo { # can live together in the same physical host. # case $sshd_listen_address { - '': { $sshd_listen_address = [ "$ipaddress" ] } + '': { $sshd_listen_address = [ "$ipaddress", '127.0.0.1' ] } } include sshd -- cgit v1.2.3