Blame view
Puppetfile
1.27 KB
|
5494fe815
|
1 2 |
# This file manages Puppet module dependencies. # |
|
e7885ed5a
|
3 4 5 |
# It works a lot like Bundler. We provide some core modules by # default. This ensures at least the ability to construct a basic # environment. |
|
5494fe815
|
6 |
|
|
e7885ed5a
|
7 8 |
# Includes many of our custom types and providers, as well as global # config. Required. |
|
3198a5354
|
9 10 |
# Core modules for a basic development environment. # You can replace some/most of those if you want, but it's not recommended. |
|
fdb27960f
|
11 |
mod "boxen", "0.1.8", :github_tarball => "boxen/puppet-boxen" |
|
bf15acd16
|
12 13 14 |
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" mod "git", "0.0.3", :github_tarball => "boxen/puppet-git" mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" |
|
fdb27960f
|
15 |
mod "homebrew", "0.0.17", :github_tarball => "boxen/puppet-homebrew" |
|
bf15acd16
|
16 17 18 19 |
mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" |
|
fdb27960f
|
20 |
mod "ruby", "0.4.0", :github_tarball => "boxen/puppet-ruby" |
|
bf15acd16
|
21 22 |
mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" |
|
a4c488851
|
23 |
|
|
5494fe815
|
24 |
# Add your custom modules here. |
|
3cde3fa60
|
25 |
# There are tons available at https://github.com/boxen. |