Skip to content

Commit

Permalink
Add real box
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Richardson committed Aug 3, 2015
1 parent fa4b10a commit 6252e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/magestead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def Magestead.configure(config, settings)
config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"

# Configure The Box
#config.vm.box = "richdynamix/magestead"
config.vm.box = "magestead"
config.vm.box = "richdynamix/magestead"
# config.vm.box = "magestead"
config.vm.hostname = settings["hostname"] ||= "magestead"

# Configure A Private Network IP
Expand Down

0 comments on commit 6252e1a

Please sign in to comment.