kitchenplan 2.1.8 → 2.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/kitchenplan/cli.rb +2 -1
- data/templates/Cheffile.erb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: edb5baefec67ec3bc2817db58b9e3cd5cc29ebca
|
|
4
|
+
data.tar.gz: 56f80c24b8f3841029a930be6ccbb67984c72440
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b8a3548c6ab517844a7fe22ba87c58fb497b39c0e2534a5967697fd8895ee19bdecf286f5eccdd90b1777c82d04097547247620462e98170db6d61219f54ecd
|
|
7
|
+
data.tar.gz: f362855b8adde47f032f6a7fd0ac0e8aceaa26a1ee078165fca29a96cc0a0cbdbcbb2f9862413b3d4ca23aef0c17e091488065aeac7091db9da98ac0a95f074a
|
data/lib/kitchenplan/cli.rb
CHANGED
|
@@ -202,7 +202,8 @@ module Kitchenplan
|
|
|
202
202
|
end
|
|
203
203
|
dorun('touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress')
|
|
204
204
|
prod = dorun('softwareupdate -l | grep -B 1 "Developer" | head -n 1 | awk -F"*" \'{print $2}\'', true)
|
|
205
|
-
dorun("softwareupdate -i #{prod} -v")
|
|
205
|
+
dorun("softwareupdate -i #{prod.chomp} -v")
|
|
206
|
+
dorun("sudo xcodebuild -license")
|
|
206
207
|
else
|
|
207
208
|
dmg = nil
|
|
208
209
|
if osx_ver == 7
|
data/templates/Cheffile.erb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
site "http://community.opscode.com/api/v1"
|
|
2
2
|
|
|
3
|
-
cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.
|
|
4
|
-
cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.
|
|
5
|
-
cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.
|
|
3
|
+
cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.6"
|
|
4
|
+
cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.2"
|
|
5
|
+
cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.3"
|
|
6
6
|
cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.2"
|
|
7
|
-
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.
|
|
7
|
+
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.2"
|
|
8
8
|
cookbook "drivers", :github => "kitchenplan/chef-drivers", :ref => "v1.0"
|
|
9
9
|
cookbook "sudoalt", :github => "kitchenplan/chef-sudoalt", :ref => "v2.4"
|
|
10
10
|
cookbook "dmg", :github => "opscode-cookbooks/dmg", :ref => "v2.1.4"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchenplan
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Roderik van der Veer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|