diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/client.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp index 0ad85cf..34308b4 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -28,7 +28,7 @@ class sshd::client::linux inherits sshd::client::base { } } -class sshd::client::debian inherits sshd::client::base { +class sshd::client::debian inherits sshd::client::linux { Package['openssh-clients']{ name => 'openssh-client', } |