aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0fd2dfa..7abc2ef 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -110,9 +110,9 @@ class sshd {
class sshd::base {
# prepare variables to use in templates
- $real_sshd_listen_address = $sshd_sshd_listen_address ? {
+ $real_sshd_listen_address = $sshd_listen_address ? {
'' => '',
- default => $sshd_sshd_listen_address
+ default => $sshd_listen_address
}
$real_sshd_allowed_users = $sshd_allowed_users ? {
'' => '',