From 42ce4875f89b0273d5532d672b196c5330d03dff Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 17 Aug 2015 11:49:10 -0300 Subject: Vagrantfile: example of forwarded port --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 19cf39d..3ee05e6 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -23,4 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Share hiera configuration. config.vm.synced_folder "puppet/hiera", "/etc/puppet/hiera" + + # Forwarded ports + #config.vm.network "forwarded_port", guest: 80, host: 8081 end -- cgit v1.2.3