From 1e5b7380fbb9da62e08fb0644e309c0afe709331 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 9 Jun 2016 17:34:14 +0200 Subject: git subrepo clone https://leap.se/git/puppet_sshd puppet/modules/sshd subrepo: subdir: "puppet/modules/sshd" merged: "76f4f87" upstream: origin: "https://leap.se/git/puppet_sshd" branch: "master" commit: "76f4f87" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b" --- puppet/modules/sshd/manifests/libssh2.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 puppet/modules/sshd/manifests/libssh2.pp (limited to 'puppet/modules/sshd/manifests/libssh2.pp') 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, + } +} -- cgit v1.2.3