Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized configuration mapping #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ukretschmer
Copy link
Contributor

Over all it is a cleanup pull request to centralize configuration parameter end lessen their redundant usage in map.jinja.

For backward compatibility to new feature of joe-bowman of overwriting e.g. allowed_src I did not exclusivly use values from map.jinja. So now it is possible to overwrite them directly or via lookup.

squid:
  lookup:
    allowed_src:
      - '10.0.0.0/8'

is the same as

squid:
  allowed_src:
    - '10.0.0.0/8'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant