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')
m---------puppet/modules/sshd0
-rw-r--r--puppet/modules/sshd/manifests/client/linux.pp5
2 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/sshd b/puppet/modules/sshd
deleted file mode 160000
-Subproject 76f4f872f81209a52df2205fd88b5619df58f00
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,
+ }
+}