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