kitchenplan 2.1.11 → 2.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/templates/Cheffile.erb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f29ee402f5e533b4efa2ca7c89fa08c636d74c4
|
4
|
+
data.tar.gz: ec74ae077bb33d0f5c9f1c2cecdfd0c6a86eba31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54e04c2fb57b1c5f561e2b5b2006fd4ed749573a46b5b6ec901bc8e8f37bf969ffb01dace4fc6003ade318960e3e100d4c06003bb67f7e88a3f8ac9cd8d5598d
|
7
|
+
data.tar.gz: d89d54865160e02efbf530df0ee30cbe36503aedcea0010493f40c98938427751d21e59deecd03793a18ab2111aca6680c049e819c57935ebcbc1e1edf751486
|
data/templates/Cheffile.erb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
site "http://community.opscode.com/api/v1"
|
2
2
|
|
3
3
|
cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.7"
|
4
|
-
cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.
|
4
|
+
cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.2"
|
5
5
|
cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.5"
|
6
6
|
cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.3"
|
7
|
-
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.
|
7
|
+
cookbook "dotfiles", :github => "kitchenplan/chef-dotfiles", :ref => "v1.3"
|
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"
|