Blame view

Puppetfile 1.07 KB
d4af4bf81   Will Farrington   Update our boxen ...
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

1782dc6fe   Will Farrington   Bump to latest ge...
7
8
9
10
11
  def github(name, version, options = nil)
    options ||= {}
    options[:repo] ||= "boxen/puppet-#{name}"
    mod name, version, :github_tarball => options[:repo]
  end
e7885ed5a   John Barnette   Update for Boxen ...
12
13
  # Includes many of our custom types and providers, as well as global
  # config. Required.
8088edd47   Will Farrington   Bump modules
14
  github "boxen", "1.2.0"
1782dc6fe   Will Farrington   Bump to latest ge...
15
16
17
  
  # Core modules for a basic development environment. You can replace
  # some/most of these if you want, but it's not recommended.
3198a5354   Will Farrington   backport library ...
18

f54871efa   Will Farrington   one dot oh
19
20
21
  github "dnsmasq",  "1.0.0"
  github "gcc",      "1.0.0"
  github "git",      "1.0.0"
72517b2a1   Will Farrington   Bump homebrew to ...
22
  github "homebrew", "1.1.2"
f54871efa   Will Farrington   one dot oh
23
  github "hub",      "1.0.0"
1782dc6fe   Will Farrington   Bump to latest ge...
24
  github "inifile",  "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile"
8088edd47   Will Farrington   Bump modules
25
  github "nginx",    "1.1.0"
f54871efa   Will Farrington   one dot oh
26
27
  github "nodejs",   "1.0.0"
  github "nvm",      "1.0.0"
8088edd47   Will Farrington   Bump modules
28
  github "ruby",     "3.1.0"
1782dc6fe   Will Farrington   Bump to latest ge...
29
  github "stdlib",   "3.0.0", :repo => "puppetlabs/puppetlabs-stdlib"
f54871efa   Will Farrington   one dot oh
30
  github "sudo",     "1.0.0"
a4c488851   Will Farrington   Update modulefile
31

1782dc6fe   Will Farrington   Bump to latest ge...
32
33
  # Optional/custom modules. There are tons available at
  # https://github.com/boxen.