Skip to content

Instantly share code, notes, and snippets.

@DuqueDeTuring
Created December 9, 2014 16:19
Show Gist options
  • Save DuqueDeTuring/43a49216dd11190d465f to your computer and use it in GitHub Desktop.
Save DuqueDeTuring/43a49216dd11190d465f to your computer and use it in GitHub Desktop.
Forwarding ports in Chef kitchen file
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