Commit 357510335984c805fac5d3e59eca7cf0bb6dcd4f
1 parent
c3808d88b6
Update Puppetfile
Showing 1 changed file with 0 additions and 3 deletions Inline Diff
Puppetfile
| # This file manages Puppet module dependencies. | 1 | 1 | # This file manages Puppet module dependencies. | |
| # | 2 | 2 | # | |
| # It works a lot like Bundler. We provide some core modules by | 3 | 3 | # It works a lot like Bundler. We provide some core modules by | |
| # default. This ensures at least the ability to construct a basic | 4 | 4 | # default. This ensures at least the ability to construct a basic | |
| # environment. | 5 | 5 | # environment. | |
| 6 | 6 | |||
| def github(name, version, options = nil) | 7 | 7 | def github(name, version, options = nil) | |
| options ||= {} | 8 | 8 | options ||= {} | |
| options[:repo] ||= "boxen/puppet-#{name}" | 9 | 9 | options[:repo] ||= "boxen/puppet-#{name}" | |
| mod name, version, :github_tarball => options[:repo] | 10 | 10 | mod name, version, :github_tarball => options[:repo] | |
| end | 11 | 11 | end | |
| 12 | 12 | |||
| # Core modules for a basic development environment. You can replace | 13 | |||
| # some/most of those if you want, but it's not recommended. | 14 | |||
| 15 | ||||
| # Includes many of our custom types and providers, as well as global | 16 | 13 | # Includes many of our custom types and providers, as well as global | |
| # config. Required. | 17 | 14 | # config. Required. | |
| 18 | 15 | |||
| github "boxen", "1.0.2" | 19 | 16 | github "boxen", "1.0.2" | |
| 20 | 17 | |||
| # Core modules for a basic development environment. You can replace | 21 | 18 | # Core modules for a basic development environment. You can replace | |
| # some/most of these if you want, but it's not recommended. | 22 | 19 | # some/most of these if you want, but it's not recommended. | |
| 23 | 20 | |||
| github "dnsmasq", "1.0.0" | 24 | 21 | github "dnsmasq", "1.0.0" | |
| github "gcc", "1.0.0" | 25 | 22 | github "gcc", "1.0.0" | |
| github "git", "1.0.0" | 26 | 23 | github "git", "1.0.0" | |
| github "homebrew", "1.0.0" | 27 | 24 | github "homebrew", "1.0.0" | |
| github "hub", "1.0.0" | 28 | 25 | github "hub", "1.0.0" | |
| github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile" | 29 | 26 | github "inifile", "0.9.0", :repo => "cprice-puppet/puppetlabs-inifile" | |
| github "nginx", "1.0.0" | 30 | 27 | github "nginx", "1.0.0" | |
| github "nodejs", "1.0.0" | 31 | 28 | github "nodejs", "1.0.0" |