Blame view
Puppetfile
730 Bytes
5494fe815 Add some docs to ... |
1 2 3 4 5 6 7 |
# This file manages Puppet module dependencies. # # It works a lot like Bundler. We provide some core modules by default. # This ensures at least the ability to construct a basic environment. # Includes many of our custom types and providers, as well as global config. # Required. |
3cde3fa60 Merge branch 'mas... |
8 |
#mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen" |
5494fe815 Add some docs to ... |
9 10 11 |
# Core modules for a basic development environment. # You can replace some/most of those if you want, but it's not recommended. |
3cde3fa60 Merge branch 'mas... |
12 13 14 |
#%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| # mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" #end |
a4c488851 Update modulefile |
15 |
|
5494fe815 Add some docs to ... |
16 |
# Add your custom modules here. |
3cde3fa60 Merge branch 'mas... |
17 |
# There are tons available at https://github.com/boxen. |