]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrantfile: example of forwarded port
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 14:49:10 +0000 (11:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Aug 2015 14:49:10 +0000 (11:49 -0300)
Vagrantfile

index 19cf39d5f6f2daae749dedfa6df831f65b7ae00b..3ee05e68869306e69356cecfa023266ad09be809 100644 (file)
@@ -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