Missing a repository? Have a look at https://code.cacert.org/.

summaryrefslogtreecommitdiff
blob: 306bd9afeaf4090e4ae2f3a4aad65e1427e4f564 (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
# Class: roles::community
# =======================
#
# This class defines the community role for the community server. You should
# assign this class using hiera or via an ENC.
#
# Examples
# --------
#
# @example
#   class { 'roles::community': }
#
# Authors
# -------
#
# Jan Dittberner <jandd@cacert.org>
#
# Copyright
# ---------
#
# Copyright 2019 Jan Dittberner
#
class roles::community {
  include profiles::base
  include profiles::rsyslog
  include profiles::icinga2_agent
}