Skip to content

Commit

Permalink
Merge pull request #95 from ericpoe/homestead
Browse files Browse the repository at this point in the history
Migrate Vagrant VM to use Homestead
  • Loading branch information
ericpoe authored Mar 21, 2019
2 parents 48164fd + ea7753a commit e89ba2b
Show file tree
Hide file tree
Showing 149 changed files with 912 additions and 113,332 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ nbproject/
.idea
.DS_Store
.vagrant
joindin-legacy/
joindin-api/
joindin-web2/
Guardfile
.vagrant.v*
puppet/hieradata/common.yaml
/vendor/
Homestead.yaml
18 changes: 0 additions & 18 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
[submodule "puppet/modules/apache"]
path = puppet/modules/apache
url = https://github.com/example42/puppet-apache
[submodule "puppet/modules/puppi"]
path = puppet/modules/puppi
url = https://github.com/example42/puppi
[submodule "puppet/modules/mysql"]
path = puppet/modules/mysql
url = https://github.com/example42/puppet-mysql
[submodule "puppet/modules/stdlib"]
path = puppet/modules/stdlib
url = https://github.com/puppetlabs/puppetlabs-stdlib
[submodule "puppet/modules/wget"]
path = puppet/modules/wget
url = https://github.com/maestrodev/puppet-wget
[submodule "puppet/modules/nodejs"]
path = puppet/modules/nodejs
url = https://github.com/willdurand/puppet-nodejs
18 changes: 18 additions & 0 deletions Homestead.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ip: 192.168.10.10
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Full/Path/To/joindin-vm
to: /home/vagrant/joindin-vm
sites:
- map: api.dev.joind.in
to: /home/vagrant/joindin-vm/joindin-api/src/public
- map: dev.joind.in
to: /home/vagrant/joindin-vm/joindin-web2/web
databases:
- joindin
name: joindin-vm
Loading

0 comments on commit e89ba2b

Please sign in to comment.