diff options
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/testinstance.pp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/testinstance.pp b/sitemodules/roles/manifests/testinstance.pp new file mode 100644 index 0000000..4625476 --- /dev/null +++ b/sitemodules/roles/manifests/testinstance.pp @@ -0,0 +1,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 +} |