diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-10-31 18:13:39 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-10-31 18:15:12 +0100 |
commit | ad0b24c80004f79ee08d53d42ec88c26358c556d (patch) | |
tree | e4e16c8feb7386ed3493674c271f6481bdff5e6a /sitemodules/roles | |
parent | b85a80aa22021ae45f646943938bae14192920e9 (diff) | |
download | cacert-puppet-ad0b24c80004f79ee08d53d42ec88c26358c556d.tar.gz cacert-puppet-ad0b24c80004f79ee08d53d42ec88c26358c556d.tar.xz cacert-puppet-ad0b24c80004f79ee08d53d42ec88c26358c556d.zip |
Add configuration for test3 container
- add mendel, neo, ted, gukk users
- define new role testinstance
- assign role and users to test3
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 +} |