ZOMG GUISE FUCKIN MODULES AND SHIT
This commit is contained in:
parent
f5a10d9d8f
commit
df85943fe0
13 changed files with 68 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,3 +4,6 @@
|
||||||
/log
|
/log
|
||||||
/tmp
|
/tmp
|
||||||
/vendor/cache
|
/vendor/cache
|
||||||
|
/.tmp/
|
||||||
|
/modules/
|
||||||
|
/.librarian/
|
||||||
|
|
3
Puppetfile
Normal file
3
Puppetfile
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
%w(boxen ruby rbenv nvm nodejs git hub inifile sudo homebrew).each do |modulename|
|
||||||
|
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
|
||||||
|
end
|
62
Puppetfile.lock
Normal file
62
Puppetfile.lock
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-boxen
|
||||||
|
specs:
|
||||||
|
boxen (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-git
|
||||||
|
specs:
|
||||||
|
git (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-homebrew
|
||||||
|
specs:
|
||||||
|
homebrew (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-hub
|
||||||
|
specs:
|
||||||
|
hub (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-inifile
|
||||||
|
specs:
|
||||||
|
inifile (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-nodejs
|
||||||
|
specs:
|
||||||
|
nodejs (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-nvm
|
||||||
|
specs:
|
||||||
|
nvm (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-rbenv
|
||||||
|
specs:
|
||||||
|
rbenv (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-ruby
|
||||||
|
specs:
|
||||||
|
ruby (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-sudo
|
||||||
|
specs:
|
||||||
|
sudo (0.0.1)
|
||||||
|
|
||||||
|
DEPENDENCIES
|
||||||
|
boxen (= 0.0.1)
|
||||||
|
git (= 0.0.1)
|
||||||
|
homebrew (= 0.0.1)
|
||||||
|
hub (= 0.0.1)
|
||||||
|
inifile (= 0.0.1)
|
||||||
|
nodejs (= 0.0.1)
|
||||||
|
nvm (= 0.0.1)
|
||||||
|
rbenv (= 0.0.1)
|
||||||
|
ruby (= 0.0.1)
|
||||||
|
sudo (= 0.0.1)
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-hub-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-hub-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-inifile-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-inifile-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nodejs-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-rbenv-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-sudo-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-sudo-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue