aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-17 11:49:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-17 11:49:10 -0300
commit42ce4875f89b0273d5532d672b196c5330d03dff (patch)
treeeecd9f073a66b9112bf7dc397f111f28e22a28a3 /Vagrantfile
parent328873a6b97d69d2698307ddceb27ddf66896664 (diff)
downloadpuppet-bootstrap-42ce4875f89b0273d5532d672b196c5330d03dff.tar.gz
puppet-bootstrap-42ce4875f89b0273d5532d672b196c5330d03dff.tar.bz2
Vagrantfile: example of forwarded port
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
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