summaryrefslogtreecommitdiff
path: root/manifests/sftponly.pp
blob: 1f9793d9e659e055fcb0fe9530601c676ecfb743 (plain)
1
2
3
4
5
class apache::sftponly {
  case $operatingsystem {
    centos: { include apache::sftponly::centos }
  }
}