move oidentd to rx300
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
b5530b15ee
commit
ca9e661b97
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
'bundles': {
|
||||
# to be migrated to rx300
|
||||
'dovecot',
|
||||
'oidentd',
|
||||
'postfixadmin',
|
||||
'redis',
|
||||
'rspamd',
|
||||
|
@ -186,14 +185,6 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'worker_processes': 4,
|
||||
},
|
||||
'oidentd': {
|
||||
'allows': {
|
||||
'kunsi': {
|
||||
'spoof',
|
||||
'spoof_all',
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '7.4',
|
||||
'packages': {
|
||||
|
|
|
@ -20,6 +20,7 @@ nodes['rx300'] = {
|
|||
'miniflux',
|
||||
'mx-puppet-discord',
|
||||
'nodejs',
|
||||
'oidentd',
|
||||
'php',
|
||||
#'postfixadmin',
|
||||
'postgresql',
|
||||
|
@ -359,6 +360,14 @@ nodes['rx300'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'oidentd': {
|
||||
'allows': {
|
||||
'kunsi': {
|
||||
'spoof',
|
||||
'spoof_all',
|
||||
},
|
||||
},
|
||||
},
|
||||
'php': {
|
||||
'version': '8.0',
|
||||
'packages': {
|
||||
|
|
Loading…
Reference in a new issue