https://github.com/zachahn/vagrant-puppet
vagrant box to download puppet modules
https://github.com/zachahn/vagrant-puppet
Last synced: 8 months ago
JSON representation
vagrant box to download puppet modules
- Host: GitHub
- URL: https://github.com/zachahn/vagrant-puppet
- Owner: zachahn
- Created: 2013-11-27T06:20:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T06:21:12.000Z (over 12 years ago)
- Last Synced: 2025-03-14T10:21:36.527Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-puppet
easily download puppet modules for use with new vagrant boxes.
`modules` directory is linked to `~/.puppet/modules`, which is the default location of puppet module installs (`puppet module install `)
## development notes
### puppetlabs/stdlib@4.1.0
git subtree add --prefix=self/modules/stdlib https://github.com/puppetlabs/puppetlabs-stdlib.git 1ffd72daaaf21e71e762b6cd543043680bdb6694 --squash
### puppetlabs/apt@1.4.0
git subtree add --prefix=self/modules/apt https://github.com/puppetlabs/puppetlabs-apt.git 924e89289b93db60ef0f16a4e71579fa88e037a6 --squash