diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:48:18 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-07-24 23:48:18 +0200 |
commit | 95c7368e3310e60726ece107f6a40ec45bb6c548 (patch) | |
tree | 2ac4848a799177b2b0702752ea3af1b8164e359b /hieradata | |
parent | 2f0cf338af39755c8f92405e42c2dd84451f8056 (diff) | |
download | cacert-puppet-95c7368e3310e60726ece107f6a40ec45bb6c548.tar.gz cacert-puppet-95c7368e3310e60726ece107f6a40ec45bb6c548.tar.xz cacert-puppet-95c7368e3310e60726ece107f6a40ec45bb6c548.zip |
Assign correct role to issue
Diffstat (limited to 'hieradata')
-rw-r--r-- | hieradata/nodes/issue.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hieradata/nodes/issue.yaml b/hieradata/nodes/issue.yaml index c4ac234..5b49a10 100644 --- a/hieradata/nodes/issue.yaml +++ b/hieradata/nodes/issue.yaml @@ -1,6 +1,6 @@ --- classes: - - roles::web + - roles::issue profiles::base::admins: - jandd - law |