Update module and remove xcode
This commit is contained in:
parent
c3acfa482f
commit
7f92ea5e7f
7 changed files with 8 additions and 12 deletions
|
@ -8,10 +8,12 @@
|
||||||
# config. Required.
|
# config. Required.
|
||||||
|
|
||||||
mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen"
|
mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen"
|
||||||
|
mod "homebrew", "0.0.2", :github_tarball => "boxen/puppet-homebrew"
|
||||||
|
mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm"
|
||||||
|
|
||||||
# Core modules for a basic development environment.
|
# Core modules for a basic development environment.
|
||||||
# You can replace some/most of those if you want, but it's not recommended.
|
# 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|
|
%w(ruby rbenv nodejs git hub inifile sudo).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
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
specs:
|
specs:
|
||||||
homebrew (0.0.1)
|
homebrew (0.0.2)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-hub
|
remote: boxen/puppet-hub
|
||||||
|
@ -31,7 +31,7 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nvm
|
remote: boxen/puppet-nvm
|
||||||
specs:
|
specs:
|
||||||
nvm (0.0.1)
|
nvm (0.0.2)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-rbenv
|
remote: boxen/puppet-rbenv
|
||||||
|
@ -48,21 +48,15 @@ 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.3)
|
boxen (= 0.0.3)
|
||||||
git (= 0.0.1)
|
git (= 0.0.1)
|
||||||
homebrew (= 0.0.1)
|
homebrew (= 0.0.2)
|
||||||
hub (= 0.0.1)
|
hub (= 0.0.1)
|
||||||
inifile (= 0.0.1)
|
inifile (= 0.0.1)
|
||||||
nodejs (= 0.0.1)
|
nodejs (= 0.0.1)
|
||||||
nvm (= 0.0.1)
|
nvm (= 0.0.2)
|
||||||
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)
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nvm-0.0.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz
vendored
Binary file not shown.
Loading…
Reference in a new issue