From: Silvio Rhatto Date: Wed, 27 Jun 2012 15:54:25 +0000 (-0300) Subject: SSH should listen also at loopback on nodo::physical X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=00411cb4f9b0f3e19ad6d5fe0918e870b337f0aa;p=puppet-nodo.git SSH should listen also at loopback on nodo::physical --- 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