]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
SSH should listen also at loopback on nodo::physical
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 27 Jun 2012 15:54:25 +0000 (12:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 27 Jun 2012 15:54:25 +0000 (12:54 -0300)
manifests/physical.pp

index 68368ea8853d72cabfdaf73e2661ae871daabd74..cc0e7f65d83b2736300f992a4a3e306f5146322f 100644 (file)
@@ -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