Blame view

Puppetfile 1.34 KB
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.
3198a5354   Will Farrington   backport library ...
9
10
  # Core modules for a basic development environment.
  # You can replace some/most of those if you want, but it's not recommended.
bf15acd16   Will Farrington   version bumps
11
12
13
14
15
16
17
18
19
  mod "boxen",    "0.0.28", :github_tarball => "boxen/puppet-boxen"
  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"
  mod "homebrew", "0.0.15", :github_tarball => "boxen/puppet-homebrew"
  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"
e8b457b6d   Will Farrington   upgrade rbenv and...
20
21
  mod "rbenv",    "0.0.3",  :github_tarball => "boxen/puppet-rbenv"
  mod "ruby",     "0.2.0",  :github_tarball => "boxen/puppet-ruby"
bf15acd16   Will Farrington   version bumps
22
23
  mod "stdlib",   "3.0.0",  :github_tarball => "puppetlabs/puppetlabs-stdlib"
  mod "sudo",     "0.0.1",  :github_tarball => "boxen/puppet-sudo"
a4c488851   Will Farrington   Update modulefile
24

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