move oidentd to rx300
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-23 10:07:35 +02:00
parent b5530b15ee
commit ca9e661b97
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,6 @@ nodes['htz.ex42-1048908'] = {
'bundles': { 'bundles': {
# to be migrated to rx300 # to be migrated to rx300
'dovecot', 'dovecot',
'oidentd',
'postfixadmin', 'postfixadmin',
'redis', 'redis',
'rspamd', 'rspamd',
@ -186,14 +185,6 @@ nodes['htz.ex42-1048908'] = {
}, },
'worker_processes': 4, 'worker_processes': 4,
}, },
'oidentd': {
'allows': {
'kunsi': {
'spoof',
'spoof_all',
},
},
},
'php': { 'php': {
'version': '7.4', 'version': '7.4',
'packages': { 'packages': {

View file

@ -20,6 +20,7 @@ nodes['rx300'] = {
'miniflux', 'miniflux',
'mx-puppet-discord', 'mx-puppet-discord',
'nodejs', 'nodejs',
'oidentd',
'php', 'php',
#'postfixadmin', #'postfixadmin',
'postgresql', 'postgresql',
@ -359,6 +360,14 @@ nodes['rx300'] = {
}, },
}, },
}, },
'oidentd': {
'allows': {
'kunsi': {
'spoof',
'spoof_all',
},
},
},
'php': { 'php': {
'version': '8.0', 'version': '8.0',
'packages': { 'packages': {