Commit 24f1da61463cd4d5ca0ab90e2feaa1d52e1b2b55
1 parent
582fc6ef70
module bumps for various fixes
Showing 10 changed files with 13 additions and 10 deletions Inline Diff
- Puppetfile
- Puppetfile.lock
- vendor/puppet/cache/boxen-puppet-boxen-0.0.8.tar.gz
- vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
- vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
- vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
- vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
- vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
- vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
- vendor/puppet/cache/boxen-puppet-ruby-0.0.2.tar.gz
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 | |||
mod "boxen", "0.0.8", :github_tarball => "boxen/puppet-boxen" | 10 | 10 | mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen" | |
11 | mod "git", "0.0.2", :github_tarball => "boxen/puppet-git" | |||
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew" | 11 | 12 | mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew" | |
mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm" | 12 | 13 | mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm" | |
14 | mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" | |||
15 | mod "ruby", "0.0.2", :github_tarball => "boxen/puppet-ruby" | |||
13 | 16 | |||
# Core modules for a basic development environment. | 14 | 17 | # Core modules for a basic development environment. | |
# You can replace some/most of those if you want, but it's not recommended. | 15 | 18 | # You can replace some/most of those if you want, but it's not recommended. | |
%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename| | 16 | 19 | %w(nodejs hub inifile sudo).each do |modulename| | |
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | 17 | 20 | mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | |
end | 18 | 21 | end | |
19 | 22 |
Puppetfile.lock
GITHUBTARBALL | 1 | 1 | GITHUBTARBALL | |
remote: boxen/puppet-boxen | 2 | 2 | remote: boxen/puppet-boxen | |
specs: | 3 | 3 | specs: | |
boxen (0.0.8) | 4 | 4 | boxen (0.0.9) | |
5 | 5 | |||
GITHUBTARBALL | 6 | 6 | GITHUBTARBALL | |
remote: boxen/puppet-git | 7 | 7 | remote: boxen/puppet-git | |
specs: | 8 | 8 | specs: | |
git (0.0.1) | 9 | 9 | git (0.0.2) | |
10 | 10 | |||
GITHUBTARBALL | 11 | 11 | GITHUBTARBALL | |
remote: boxen/puppet-homebrew | 12 | 12 | remote: boxen/puppet-homebrew | |
specs: | 13 | 13 | specs: | |
homebrew (0.0.3) | 14 | 14 | homebrew (0.0.3) | |
15 | 15 | |||
GITHUBTARBALL | 16 | 16 | GITHUBTARBALL | |
remote: boxen/puppet-hub | 17 | 17 | remote: boxen/puppet-hub | |
specs: | 18 | 18 | specs: | |
hub (0.0.1) | 19 | 19 | hub (0.0.1) | |
20 | 20 | |||
GITHUBTARBALL | 21 | 21 | GITHUBTARBALL | |
remote: boxen/puppet-inifile | 22 | 22 | remote: boxen/puppet-inifile | |
specs: | 23 | 23 | specs: | |
inifile (0.0.1) | 24 | 24 | inifile (0.0.1) | |
25 | 25 | |||
GITHUBTARBALL | 26 | 26 | GITHUBTARBALL | |
remote: boxen/puppet-nodejs | 27 | 27 | remote: boxen/puppet-nodejs | |
specs: | 28 | 28 | specs: | |
nodejs (0.0.1) | 29 | 29 | nodejs (0.0.1) | |
30 | 30 | |||
GITHUBTARBALL | 31 | 31 | GITHUBTARBALL | |
remote: boxen/puppet-nvm | 32 | 32 | remote: boxen/puppet-nvm | |
specs: | 33 | 33 | specs: | |
nvm (0.0.2) | 34 | 34 | nvm (0.0.2) | |
35 | 35 | |||
GITHUBTARBALL | 36 | 36 | GITHUBTARBALL | |
remote: boxen/puppet-rbenv | 37 | 37 | remote: boxen/puppet-rbenv | |
specs: | 38 | 38 | specs: | |
rbenv (0.0.1) | 39 | 39 | rbenv (0.0.2) | |
40 | 40 | |||
GITHUBTARBALL | 41 | 41 | GITHUBTARBALL | |
remote: boxen/puppet-ruby | 42 | 42 | remote: boxen/puppet-ruby | |
specs: | 43 | 43 | specs: | |
ruby (0.0.1) | 44 | 44 | ruby (0.0.2) | |
45 | 45 | |||
GITHUBTARBALL | 46 | 46 | GITHUBTARBALL | |
remote: boxen/puppet-sudo | 47 | 47 | remote: boxen/puppet-sudo | |
specs: | 48 | 48 | specs: | |
sudo (0.0.1) | 49 | 49 | sudo (0.0.1) | |
50 | 50 | |||
DEPENDENCIES | 51 | 51 | DEPENDENCIES | |
boxen (= 0.0.8) | 52 | 52 | boxen (= 0.0.9) | |
git (= 0.0.1) | 53 | 53 | git (= 0.0.2) | |
homebrew (= 0.0.3) | 54 | 54 | homebrew (= 0.0.3) | |
hub (= 0.0.1) | 55 | 55 | hub (= 0.0.1) | |
inifile (= 0.0.1) | 56 | 56 | inifile (= 0.0.1) | |
nodejs (= 0.0.1) | 57 | 57 | nodejs (= 0.0.1) | |
nvm (= 0.0.2) | 58 | 58 | nvm (= 0.0.2) | |
rbenv (= 0.0.1) | 59 | 59 | rbenv (= 0.0.2) |
vendor/puppet/cache/boxen-puppet-boxen-0.0.8.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-boxen-0.0.9.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-git-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-rbenv-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-ruby-0.0.2.tar.gz
No preview for this file type