Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
enable gui by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Oct 19, 2011
1 parent 2e70aca commit 5076461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -9,7 +9,7 @@ Vagrant::Config.run do |config|
#vm.cpu_count = 4
end
# enable this to see the GUI if vagrant cannot connect
#config.vm.boot_mode = :gui
config.vm.boot_mode = :gui
config.vm.provision :puppet do |puppet|
puppet.manifest_file = "init.pp"
# enable this to see verbose and debug puppet output
Expand Down

0 comments on commit 5076461

Please sign in to comment.