Blame view

Puppetfile 1.15 KB
e7885ed5a   John Barnette   Update for Boxen ...
1
2
3
  # 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 ...
4

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

1782dc6fe   Will Farrington   Bump to latest ge...
20
21
22
23
24
25
26
27
28
  github "dnsmasq",  "0.2.1"
  github "gcc",      "0.0.2"
  github "git",      "0.1.0"
  github "homebrew", "0.3.2"
  github "hub",      "0.0.1"
  github "inifile",  "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile"
  github "nginx",    "0.2.1"
  github "nodejs",   "0.0.2"
  github "nvm",      "0.0.5"
4307f9055   Will Farrington   Upgrade modules t...
29
  github "ruby",     "0.5.1"
1782dc6fe   Will Farrington   Bump to latest ge...
30
31
  github "stdlib",   "3.0.0", :repo => "puppetlabs/puppetlabs-stdlib"
  github "sudo",     "0.0.1"
a4c488851   Will Farrington   Update modulefile
32

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