summaryrefslogtreecommitdiff
path: root/sitemodules/roles/manifests/issue.pp
blob: eb3b86bd87ce72c8caa16bd7202b47e723451ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Class: roles::issue
# ===================
#
# This class defines the issue role for the OTRS issue tracker. You should
# assign this class using hiera or via an ENC.
#
# Examples
# --------
#
# @example
#   class { 'roles::issue': }
#
# Authors
# -------
#
# Jan Dittberner <jandd@cacert.org>
#
# Copyright
# ---------
#
# Copyright 2018-2019 Jan Dittberner
#
class roles::issue {
  include profiles::base
  include profiles::rsyslog
  include profiles::purge_nrpe_agent
  include profiles::icinga2_agent
}