Blame view

Puppetfile 842 Bytes
5494fe815   Will Farrington   Add some docs to ...
1
2
  # This file manages Puppet module dependencies.
  #
e7885ed5a   John Barnette   Update for Boxen ...
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   Will Farrington   Add some docs to ...
6

e7885ed5a   John Barnette   Update for Boxen ...
7
8
  # Includes many of our custom types and providers, as well as global
  # config. Required.
65d50d504   Will Farrington   boxen bump. this ...
9
  mod "boxen",    "0.0.7", :github_tarball => "boxen/puppet-boxen"
1e6abf98b   Tim Sharpe   Update puppet-hom...
10
  mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
7f92ea5e7   Will Farrington   Update module and...
11
  mod "nvm",      "0.0.2", :github_tarball => "boxen/puppet-nvm"
5494fe815   Will Farrington   Add some docs to ...
12
13
14
  
  # Core modules for a basic development environment.
  # You can replace some/most of those if you want, but it's not recommended.
7f92ea5e7   Will Farrington   Update module and...
15
  %w(ruby rbenv nodejs git hub inifile sudo).each do |modulename|
ce459a313   Will Farrington   turn puppet fu ba...
16
17
    mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
  end
a4c488851   Will Farrington   Update modulefile
18

5494fe815   Will Farrington   Add some docs to ...
19
  # Add your custom modules here.
3cde3fa60   Will Farrington   Merge branch 'mas...
20
  # There are tons available at https://github.com/boxen.