diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/physical.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
