aboutsummaryrefslogtreecommitdiff
path: root/manifests/redhat.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/redhat.pp')
-rw-r--r--manifests/redhat.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/redhat.pp b/manifests/redhat.pp
new file mode 100644
index 0000000..e9bf1d1
--- /dev/null
+++ b/manifests/redhat.pp
@@ -0,0 +1,5 @@
+class sshd::redhat inherits sshd::linux {
+ Package[openssh]{
+ name => 'openssh-server',
+ }
+}