Created
December 9, 2014 16:19
-
-
Save DuqueDeTuring/43a49216dd11190d465f to your computer and use it in GitHub Desktop.
Forwarding ports in Chef kitchen file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
driver: | |
name: vagrant | |
network: | |
- ["forwarded_port", {guest: 5432, host: 5432}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment