Commit a9c14be398a7268de40fa225cd55d29ea005df0d
1 parent
dd906157e1
Things managed by librarian-puppet go in shared/
Showing 5 changed files with 15 additions and 70 deletions Side-by-side Diff
.gitignore
Puppetfile
1 | -%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| | |
2 | - mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | |
3 | -end | |
1 | +# This doesn't work, and so it doesn't belong in master. ~ jbarnette | |
4 | 2 | |
5 | -mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen" | |
3 | +# %w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename| | |
4 | +# mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | |
5 | +# end | |
6 | + | |
7 | +# mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen" |
Puppetfile.lock
1 | -GITHUBTARBALL | |
2 | - remote: boxen/puppet-boxen | |
3 | - specs: | |
4 | - boxen (0.0.1.1) | |
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 | - | |
56 | 1 | DEPENDENCIES |
57 | - boxen (= 0.0.1.1) | |
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) |
script/bootstrap
shared/README.md