summaryrefslogtreecommitdiff
path: root/manifests/linux.pp
blob: a4a926e441f167ff5916e0cb532f2df718dcf4ac (plain)
1
2
3
4
5
6
class stunnel::linux inherits stunnel::base {

  package { 'stunnel':
    ensure => $stunnel::ensure_version
  }
}