Skip to content

Instantly share code, notes, and snippets.

@norberttech
Created October 30, 2013 11:55
Show Gist options
  • Save norberttech/7231419 to your computer and use it in GitHub Desktop.
Save norberttech/7231419 to your computer and use it in GitHub Desktop.
Vagrant submodules
git submodule add http://github.com/example42/puppet-apache vagrant/modules/apache
git submodule add http://github.com/puppetlabs/puppetlabs-java vagrant/modules/java
git submodule add https://github.com/puppetlabs/puppetlabs-apt.git vagrant/modules/apt
git submodule add https://github.com/vagrantee/puppet-composer.git vagrant/modules/composer
git submodule add https://github.com/puppetlabs/puppetlabs-mysql.git vagrant/modules/mysql
git submodule add https://github.com/example42/puppet-php.git vagrant/modules/php
git submodule add https://github.com/puphpet/puppet-puphpet.git vagrant/modules/puphpet
git submodule add https://github.com/example42/puppi.git vagrant/modules/puppi
git submodule add https://github.com/puppetlabs/puppetlabs-stdlib.git vagrant/modules/stdlib
git submodule add https://github.com/puphpet/puphpet-xdebug.git vagrant/modules/xdebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment