summaryrefslogtreecommitdiff
path: root/manifests/libssh2.pp
blob: 403ac7be9aa83075175408ccebc46d0085245659 (plain)
1
2
3
4
5
6
7
# manifests/libssh2.pp

class sshd::libssh2 {
  package{'libssh2':
    ensure => present,
  }
}