We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This way we can better integrate with other tools (like kitchen e.g.).
The text was updated successfully, but these errors were encountered:
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"]
Sorry, something went wrong.
Merge pull request #121 from bheuvel/issue/#113-trustednetworkcidr-2-…
2a16d9b
…array pf_trusted_networks is now an Array instead of String
bheuvel
No branches or pull requests
This way we can better integrate with other tools (like kitchen e.g.).
The text was updated successfully, but these errors were encountered: