summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/services.pp
blob: 08105f1b2c133694cee44d60860dbeb2aff7c5f1 (plain) (blame)
1
2
3
4
5
6
class tozt::services {
  include metabase

  fail2ban::jail { ["sshd", "nginx-botsearch"]:
  }
}