aboutsummaryrefslogtreecommitdiff
path: root/manifests/libssh2.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/libssh2.pp')
-rw-r--r--manifests/libssh2.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/libssh2.pp b/manifests/libssh2.pp
new file mode 100644
index 0000000..5b4e363
--- /dev/null
+++ b/manifests/libssh2.pp
@@ -0,0 +1,7 @@
+# manifests/libssh2.pp
+
+class sshd::libssh2 {
+ package{'libssh2':
+ ensure => present,
+ }
+}