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

Trusted network CIDR would best be an Array #113

Closed
miguelaferreira opened this issue Sep 7, 2015 · 1 comment
Closed

Trusted network CIDR would best be an Array #113

miguelaferreira opened this issue Sep 7, 2015 · 1 comment
Assignees

Comments

@miguelaferreira
Copy link
Contributor

This way we can better integrate with other tools (like kitchen e.g.).

@bheuvel
Copy link
Contributor

bheuvel commented Sep 16, 2015

When using the latest PR created at kitchen-vagrant test-kitchen/kitchen-vagrant#167 ;

   pf_trusted_networks:
      - "a.a.a.a"
      - "b.b.b.b"

resulting/requested Vagrantfile:

pf_trusted_network = ["a.a.a.a", "b.b.b.b"]

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

No branches or pull requests

2 participants