From: Silvio Rhatto Date: Mon, 17 Aug 2015 14:49:10 +0000 (-0300) Subject: Vagrantfile: example of forwarded port X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=42ce4875f89b0273d5532d672b196c5330d03dff;p=puppet-bootstrap.git Vagrantfile: example of forwarded port --- 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