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