summaryrefslogtreecommitdiffstats
path: root/modules/base/manifests/services.pp
blob: 46e8f38d95b5f1bdbb802f53b77b7aa0f12b3ef7 (plain) (blame)
1
2
3
4
5
class base::services {
  include fail2ban
  include locate
  include ntp
}