blob: 46254761e732699ba2a8a8530a2974f0c155602f (
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
|
# Class: roles::testinstance
# ==========================
#
# This class defines the testinstrance role for servers providing test
# instances of the CAcert software. You should assign this class using hiera or
# via an ENC.
#
# Examples
# --------
#
# @example
# class { 'roles::testinstance': }
#
# Authors
# -------
#
# Jan Dittberner <jandd@cacert.org>
#
# Copyright
# ---------
#
# Copyright 2018 Jan Dittberner
#
class roles::testinstance {
include profiles::base
}
|