diff options
-rw-r--r-- | Vagrantfile | 3 |
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 |