summaryrefslogtreecommitdiff
path: root/puppet/modules/sshd/manifests/client/linux.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/sshd/manifests/client/linux.pp')
-rw-r--r--puppet/modules/sshd/manifests/client/linux.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/sshd/manifests/client/linux.pp b/puppet/modules/sshd/manifests/client/linux.pp
new file mode 100644
index 00000000..0c420be2
--- /dev/null
+++ b/puppet/modules/sshd/manifests/client/linux.pp
@@ -0,0 +1,5 @@
+class sshd::client::linux inherits sshd::client::base {
+ package {'openssh-clients':
+ ensure => $sshd::client::ensure_version,
+ }
+}