summaryrefslogtreecommitdiff
path: root/manifests/client/linux.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 19:53:04 +0200
committerMicah Anderson <micah@riseup.net>2009-12-07 16:03:55 -0500
commit5e20e07d1fead39375f656a2b0091e17fe14d95b (patch)
treec7199109e6824f789555ea885f73e29a517e16cf /manifests/client/linux.pp
parent57eae8bc845318eb89c48acef3ca13468689a875 (diff)
factor everything into its own file
Diffstat (limited to 'manifests/client/linux.pp')
-rw-r--r--manifests/client/linux.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/client/linux.pp b/manifests/client/linux.pp
new file mode 100644
index 0000000..522fa50
--- /dev/null
+++ b/manifests/client/linux.pp
@@ -0,0 +1,5 @@
+class sshd::client::linux inherits sshd::client::base {
+ package {'openssh-clients':
+ ensure => installed,
+ }
+}