diff options
-rw-r--r-- | manifests/base.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index cffd798..2fb71c3 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -1,6 +1,4 @@ -class sshd::base( - $sshkey_ipaddress = $sshd::sshkey_ipaddress, -) { +class sshd::base { $sshd_config_content = $::lsbdistcodename ? { '' => template("sshd/sshd_config/${::operatingsystem}.erb"), |