Blame view

Puppetfile 1.35 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.
f8640b770   Will Farrington   backport a ton fr...
11
  mod "boxen",    "0.0.27",  :github_tarball => "boxen/puppet-boxen"
1fa1b0b30   Will Farrington   update puppet-box...
12
  mod "dnsmasq",  "0.0.1",   :github_tarball => "boxen/puppet-dnsmasq"
964e44b48   Will Farrington   update puppet-git...
13
  mod "git",      "0.0.2.4", :github_tarball => "boxen/puppet-git"
3198a5354   Will Farrington   backport library ...
14
  mod "hub",      "0.0.1",   :github_tarball => "boxen/puppet-hub"
f8640b770   Will Farrington   backport a ton fr...
15
  mod "homebrew", "0.0.14",  :github_tarball => "boxen/puppet-homebrew"
3198a5354   Will Farrington   backport library ...
16
  mod "inifile",  "0.0.1",   :github_tarball => "boxen/puppet-inifile"
1fa1b0b30   Will Farrington   update puppet-box...
17
  mod "nginx",    "0.0.2",   :github_tarball => "boxen/puppet-nginx"
6e1bd5321   Will Farrington   version bumps for...
18
  mod "nodejs",   "0.0.2",   :github_tarball => "boxen/puppet-nodejs"
1fa1b0b30   Will Farrington   update puppet-box...
19
20
  mod "nvm",      "0.0.5",   :github_tarball => "boxen/puppet-nvm"
  mod "rbenv",    "0.0.2",   :github_tarball => "boxen/puppet-rbenv"
6e1bd5321   Will Farrington   version bumps for...
21
  mod "ruby",     "0.0.9",   :github_tarball => "boxen/puppet-ruby"
3198a5354   Will Farrington   backport library ...
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.