Commit 7f92ea5e7f50a694541765518844de073d817bdc

Authored by Will Farrington
1 parent c3acfa482f

Update module and remove xcode

Showing 7 changed files with 8 additions and 12 deletions Side-by-side Diff

... ... @@ -7,11 +7,13 @@
7 7 # Includes many of our custom types and providers, as well as global
8 8 # config. Required.
9 9  
10   -mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen"
  10 +mod "boxen", "0.0.3", :github_tarball => "boxen/puppet-boxen"
  11 +mod "homebrew", "0.0.2", :github_tarball => "boxen/puppet-homebrew"
  12 +mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm"
11 13  
12 14 # Core modules for a basic development environment.
13 15 # You can replace some/most of those if you want, but it's not recommended.
14   -%w(ruby rbenv nvm nodejs git hub inifile sudo homebrew xcode).each do |modulename|
  16 +%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename|
15 17 mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
16 18 end
17 19  
... ... @@ -11,7 +11,7 @@
11 11 GITHUBTARBALL
12 12 remote: boxen/puppet-homebrew
13 13 specs:
14   - homebrew (0.0.1)
  14 + homebrew (0.0.2)
15 15  
16 16 GITHUBTARBALL
17 17 remote: boxen/puppet-hub
... ... @@ -31,7 +31,7 @@
31 31 GITHUBTARBALL
32 32 remote: boxen/puppet-nvm
33 33 specs:
34   - nvm (0.0.1)
  34 + nvm (0.0.2)
35 35  
36 36 GITHUBTARBALL
37 37 remote: boxen/puppet-rbenv
38 38  
39 39  
40 40  
... ... @@ -48,21 +48,15 @@
48 48 specs:
49 49 sudo (0.0.1)
50 50  
51   -GITHUBTARBALL
52   - remote: boxen/puppet-xcode
53   - specs:
54   - xcode (0.0.1)
55   -
56 51 DEPENDENCIES
57 52 boxen (= 0.0.3)
58 53 git (= 0.0.1)
59   - homebrew (= 0.0.1)
  54 + homebrew (= 0.0.2)
60 55 hub (= 0.0.1)
61 56 inifile (= 0.0.1)
62 57 nodejs (= 0.0.1)
63   - nvm (= 0.0.1)
  58 + nvm (= 0.0.2)
64 59 rbenv (= 0.0.1)
65 60 ruby (= 0.0.1)
66 61 sudo (= 0.0.1)
67   - xcode (= 0.0.1)
vendor/puppet/cache/boxen-puppet-homebrew-0.0.1.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-homebrew-0.0.2.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-nvm-0.0.2.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-xcode-0.0.1.tar.gz
No preview for this file type