Commit e8b457b6de492e4b7f0ecf378b6ff116712cc3c6
1 parent
bf15acd163
upgrade rbenv and ruby for smarter rbenv binary downloads
Showing 6 changed files with 6 additions and 6 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 | |||
| # Includes many of our custom types and providers, as well as global | 7 | 7 | # Includes many of our custom types and providers, as well as global | |
| # config. Required. | 8 | 8 | # config. Required. | |
| 9 | 9 | |||
| # Core modules for a basic development environment. | 10 | 10 | # Core modules for a basic development environment. | |
| # You can replace some/most of those if you want, but it's not recommended. | 11 | 11 | # You can replace some/most of those if you want, but it's not recommended. | |
| 12 | 12 | |||
| mod "boxen", "0.0.28", :github_tarball => "boxen/puppet-boxen" | 13 | 13 | mod "boxen", "0.0.28", :github_tarball => "boxen/puppet-boxen" | |
| mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" | 14 | 14 | mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" | |
| mod "git", "0.0.3", :github_tarball => "boxen/puppet-git" | 15 | 15 | mod "git", "0.0.3", :github_tarball => "boxen/puppet-git" | |
| mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" | 16 | 16 | mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub" | |
| mod "homebrew", "0.0.15", :github_tarball => "boxen/puppet-homebrew" | 17 | 17 | mod "homebrew", "0.0.15", :github_tarball => "boxen/puppet-homebrew" | |
| mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile" | 18 | 18 | mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile" | |
| mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" | 19 | 19 | mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" | |
| mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs" | 20 | 20 | mod "nodejs", "0.0.2", :github_tarball => "boxen/puppet-nodejs" | |
| mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" | 21 | 21 | mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" | |
| mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" | 22 | 22 | mod "rbenv", "0.0.3", :github_tarball => "boxen/puppet-rbenv" | |
| mod "ruby", "0.1.0", :github_tarball => "boxen/puppet-ruby" | 23 | 23 | mod "ruby", "0.2.0", :github_tarball => "boxen/puppet-ruby" | |
| mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" | 24 | 24 | mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib" | |
| mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" | 25 | 25 | mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo" | |
| 26 | 26 |
Puppetfile.lock
| GITHUBTARBALL | 1 | 1 | GITHUBTARBALL | |
| remote: boxen/puppet-boxen | 2 | 2 | remote: boxen/puppet-boxen | |
| specs: | 3 | 3 | specs: | |
| boxen (0.0.28) | 4 | 4 | boxen (0.0.28) | |
| 5 | 5 | |||
| GITHUBTARBALL | 6 | 6 | GITHUBTARBALL | |
| remote: boxen/puppet-dnsmasq | 7 | 7 | remote: boxen/puppet-dnsmasq | |
| specs: | 8 | 8 | specs: | |
| dnsmasq (0.0.1) | 9 | 9 | dnsmasq (0.0.1) | |
| 10 | 10 | |||
| GITHUBTARBALL | 11 | 11 | GITHUBTARBALL | |
| remote: boxen/puppet-git | 12 | 12 | remote: boxen/puppet-git | |
| specs: | 13 | 13 | specs: | |
| git (0.0.3) | 14 | 14 | git (0.0.3) | |
| 15 | 15 | |||
| GITHUBTARBALL | 16 | 16 | GITHUBTARBALL | |
| remote: boxen/puppet-homebrew | 17 | 17 | remote: boxen/puppet-homebrew | |
| specs: | 18 | 18 | specs: | |
| homebrew (0.0.15) | 19 | 19 | homebrew (0.0.15) | |
| 20 | 20 | |||
| GITHUBTARBALL | 21 | 21 | GITHUBTARBALL | |
| remote: boxen/puppet-hub | 22 | 22 | remote: boxen/puppet-hub | |
| specs: | 23 | 23 | specs: | |
| hub (0.0.1) | 24 | 24 | hub (0.0.1) | |
| 25 | 25 | |||
| GITHUBTARBALL | 26 | 26 | GITHUBTARBALL | |
| remote: boxen/puppet-inifile | 27 | 27 | remote: boxen/puppet-inifile | |
| specs: | 28 | 28 | specs: | |
| inifile (0.0.1) | 29 | 29 | inifile (0.0.1) | |
| 30 | 30 | |||
| GITHUBTARBALL | 31 | 31 | GITHUBTARBALL | |
| remote: boxen/puppet-nginx | 32 | 32 | remote: boxen/puppet-nginx | |
| specs: | 33 | 33 | specs: | |
| nginx (0.0.2) | 34 | 34 | nginx (0.0.2) | |
| 35 | 35 | |||
| GITHUBTARBALL | 36 | 36 | GITHUBTARBALL | |
| remote: boxen/puppet-nodejs | 37 | 37 | remote: boxen/puppet-nodejs | |
| specs: | 38 | 38 | specs: | |
| nodejs (0.0.2) | 39 | 39 | nodejs (0.0.2) | |
| 40 | 40 | |||
| GITHUBTARBALL | 41 | 41 | GITHUBTARBALL | |
| remote: boxen/puppet-nvm | 42 | 42 | remote: boxen/puppet-nvm | |
| specs: | 43 | 43 | specs: | |
| nvm (0.0.5) | 44 | 44 | nvm (0.0.5) | |
| 45 | 45 | |||
| GITHUBTARBALL | 46 | 46 | GITHUBTARBALL | |
| remote: boxen/puppet-rbenv | 47 | 47 | remote: boxen/puppet-rbenv | |
| specs: | 48 | 48 | specs: | |
| rbenv (0.0.2) | 49 | 49 | rbenv (0.0.3) | |
| 50 | 50 | |||
| GITHUBTARBALL | 51 | 51 | GITHUBTARBALL | |
| remote: boxen/puppet-ruby | 52 | 52 | remote: boxen/puppet-ruby | |
| specs: | 53 | 53 | specs: | |
| ruby (0.1.0) | 54 | 54 | ruby (0.2.0) | |
| 55 | 55 | |||
| GITHUBTARBALL | 56 | 56 | GITHUBTARBALL | |
| remote: boxen/puppet-sudo | 57 | 57 | remote: boxen/puppet-sudo | |
| specs: | 58 | 58 | specs: | |
| sudo (0.0.1) | 59 | 59 | sudo (0.0.1) | |
| 60 | 60 | |||
| GITHUBTARBALL | 61 | 61 | GITHUBTARBALL | |
| remote: puppetlabs/puppetlabs-stdlib | 62 | 62 | remote: puppetlabs/puppetlabs-stdlib | |
| specs: | 63 | 63 | specs: | |
| stdlib (3.0.0) | 64 | 64 | stdlib (3.0.0) | |
| 65 | 65 | |||
| DEPENDENCIES | 66 | 66 | DEPENDENCIES | |
| boxen (= 0.0.28) | 67 | 67 | boxen (= 0.0.28) | |
| dnsmasq (= 0.0.1) | 68 | 68 | dnsmasq (= 0.0.1) | |
| git (= 0.0.3) | 69 | 69 | git (= 0.0.3) | |
| homebrew (= 0.0.15) | 70 | 70 | homebrew (= 0.0.15) |
vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-rbenv-0.0.3.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.1.0.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.2.0.tar.gz
No preview for this file type