Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Fix submodules.
Browse files Browse the repository at this point in the history
Unfortunately changing a github username or repository name breaks
submodules in some contexts. We should find a way to work around this,
but for now I'll just fix them.
  • Loading branch information
joshbetz committed Nov 12, 2014
1 parent af9cc68 commit d710228
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
url = https://github.com/example42/puppi.git
[submodule "puppet/modules/php"]
path = puppet/modules/php
url = https://github.com/nodesagency/puppet-php.git
url = https://github.com/jippi/puppet-php.git
[submodule "puppet/modules/mysql"]
path = puppet/modules/mysql
url = https://github.com/example42/puppet-mysql.git
[submodule "puppet/modules/nginx"]
path = puppet/modules/nginx
url = https://github.com/example42/puppet-nginx.git
url = https://github.com/netmanagers/puppet-nginx.git
[submodule "puppet/modules/wp"]
path = puppet/modules/wp
url = https://github.com/joshbetz/puppet-wp.git
Expand All @@ -27,4 +27,4 @@
url = https://github.com/puppetlabs/puppetlabs-apt
[submodule "puppet/modules/ssh"]
path = puppet/modules/ssh
url = https://github.com/attachmentgenie/puppet-module-ssh.git
url = https://github.com/attachmentgenie/attachmentgenie-ssh.git

0 comments on commit d710228

Please sign in to comment.