Commit df85943fe06f45f28afd72ed1761f7a4ed621387
1 parent
f5a10d9d8f
ZOMG GUISE FUCKIN MODULES AND SHIT
Showing 13 changed files with 68 additions and 0 deletions Inline Diff
- .gitignore
- Puppetfile
- Puppetfile.lock
- vendor/puppet/cache/boxen-puppet-boxen-0.0.1.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
.gitignore
/.bundle | 1 | 1 | /.bundle | |
/bin | 2 | 2 | /bin | |
/config/local.rb | 3 | 3 | /config/local.rb | |
/log | 4 | 4 | /log | |
/tmp | 5 | 5 | /tmp | |
/vendor/cache | 6 | 6 | /vendor/cache | |
7 | /.tmp/ | |||
8 | /modules/ | |||
9 | /.librarian/ |
Puppetfile
File was created | 1 | %w(boxen ruby rbenv nvm nodejs git hub inifile sudo homebrew).each do |modulename| | ||
2 | mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" | |||
3 | end |
Puppetfile.lock
File was created | 1 | GITHUBTARBALL | ||
2 | remote: boxen/puppet-boxen | |||
3 | specs: | |||
4 | boxen (0.0.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 | DEPENDENCIES |
vendor/puppet/cache/boxen-puppet-boxen-0.0.1.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