cecae58767
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2212 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
7 lines
104 B
Puppet
7 lines
104 B
Puppet
# manifests/libssh2.pp
|
|
|
|
class sshd::libssh2 {
|
|
package{'libssh2':
|
|
ensure => present,
|
|
}
|
|
}
|