Skip to content

Commit

Permalink
removeQuarantined only works with IQ firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
brianveltman committed Nov 17, 2024
1 parent 8f5b779 commit e6b593a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ nexus_repos_pypi_proxy:
enabled: true
timeToLive: 1440
pypi:
removeQuarantined: true
removeQuarantined: false

nexus_repos_pypi_group:
- name: pypi-group
Expand Down Expand Up @@ -907,7 +907,7 @@ nexus_repos_npm_proxy:
metadataMaxAge: 1440
routingRule: routing-rule-allow-all
npm:
removeQuarantined: true
removeQuarantined: false
- name: npm-proxy-3
proxy:
remoteUrl: https://registry.npmjs.org/
Expand Down

0 comments on commit e6b593a

Please sign in to comment.