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