Update modulefile
This commit is contained in:
parent
df85943fe0
commit
a4c4888519
4 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
%w(boxen ruby rbenv nvm nodejs git hub inifile sudo homebrew).each do |modulename|
|
%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename|
|
||||||
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
|
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
mod "boxen", "0.0.1.1", :github_tarball => "boxen/puppet-boxen"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (0.0.1)
|
boxen (0.0.1.1)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-git
|
remote: boxen/puppet-git
|
||||||
|
@ -48,8 +48,13 @@ GITHUBTARBALL
|
||||||
specs:
|
specs:
|
||||||
sudo (0.0.1)
|
sudo (0.0.1)
|
||||||
|
|
||||||
|
GITHUBTARBALL
|
||||||
|
remote: boxen/puppet-xcode
|
||||||
|
specs:
|
||||||
|
xcode (0.0.1)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 0.0.1)
|
boxen (= 0.0.1.1)
|
||||||
git (= 0.0.1)
|
git (= 0.0.1)
|
||||||
homebrew (= 0.0.1)
|
homebrew (= 0.0.1)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
|
@ -59,4 +64,5 @@ DEPENDENCIES
|
||||||
rbenv (= 0.0.1)
|
rbenv (= 0.0.1)
|
||||||
ruby (= 0.0.1)
|
ruby (= 0.0.1)
|
||||||
sudo (= 0.0.1)
|
sudo (= 0.0.1)
|
||||||
|
xcode (= 0.0.1)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.1.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.1.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue