diff options
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 04769e9..f20c0d2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -211,6 +211,12 @@ class sshd {    case $sshd_ensure_version {      '': { $sshd_ensure_version = "present" }    } +  case $sshd_print_motd { +    '': { $sshd_print_motd = "yes" } +  } +  case $sshd_internal_ip { +    '': { $sshd_internal_ip = "no" } +  }    include sshd::client   | 
