summaryrefslogtreecommitdiff
path: root/sitemodules/roles/manifests/translations.pp
blob: e8d29985906f16c02c0a417f181507aea1dec5ac (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
29
30
# Class: roles::translations
# ==========================
#
# This class defines the translations role for the Pootle translation server.
# You should assign this class using hiera or via an ENC.
#
# Examples
# --------
#
# @example
#   class { 'roles::translations': }
#
# Authors
# -------
#
# Jan Dittberner <jandd@cacert.org>
#
# Copyright
# ---------
#
# Copyright 2018-2022 Jan Dittberner
#
class roles::translations {
  include profiles::base
  include profiles::rsyslog
  include profiles::purge_nrpe_agent
  include profiles::icinga2_agent
  include profiles::pootle
  include profiles::x509cert_common
}