kitchenplan 2.1.10 → 2.1.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d9da23f0989f8259aaade36edd078d442cb8ce25
4
- data.tar.gz: 9b34ca4c8039ccf4a8a86ff4d73072bba8a33306
3
+ metadata.gz: 3a018e72b3e94ca87f694a72988634ded7ba53f3
4
+ data.tar.gz: 85d34c8c531582f70b46e3ec5e3d5b89d6a28fe1
5
5
  SHA512:
6
- metadata.gz: da28143e112342d664a4fc238a10bca44c0096052c548076ff68a9e938f3f4e389835c4b5c62be736423e4ef470bf1c2fcc5985463cd7b147ed1c72f243e8672
7
- data.tar.gz: fb916750f7157fdc4aeb33edcff8451fae6e6ca51a4c1849e805a9ca56849693a42150c73649738a3f8145c6a4e022d4b5a50ab4a2d307ba5c1a12c0f3a93055
6
+ metadata.gz: f0f33c2922a56a48c2acefd921082a8026563f0f73c00d1360b57e2b4b048c83fdd496760a2172c39db2c63423af4c04e56aea9444d13702acf9fd1dad6e7d92
7
+ data.tar.gz: df1d245a80775f4e4cd42f6416f0957fcdfe21b4cd4a19054c16ab32ff734685f8d4994bb1944b0071c7a2d0c21211f5480ccfb53858b076067c3c08f428867b
@@ -15,7 +15,7 @@ module Kitchenplan
15
15
  def setup(gitrepo=nil, targetdir='/opt')
16
16
  logo
17
17
  install_clt unless File.exist? "/Library/Developer/CommandLineTools/usr/bin/clang"
18
- if gitrepo
18
+ if gitrepo || File.exists?("#{targetdir}/kitchenplan")
19
19
  fetch(gitrepo, targetdir)
20
20
  else
21
21
  has_config = yes?('Do you have a config repository? [y,n]', :green)
@@ -1,11 +1,10 @@
1
1
  site "http://community.opscode.com/api/v1"
2
2
 
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
- cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.2"
3
+ cookbook "homebrewalt", :github => "kitchenplan/chef-homebrewalt", :ref => "v1.8.7"
4
+ cookbook "nodejs", :github => "kitchenplan/chef-nodejs", :ref => "v1.3"
5
+ cookbook "applications", :github => "kitchenplan/chef-applications", :ref => "v2.0.5"
6
+ cookbook "osxdefaults", :github => "kitchenplan/chef-osxdefaults", :ref => "v1.0.3"
7
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"
11
- cookbook "composer", :github => "kitchenplan/chef-composer", :ref => "v1.0"
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.10
4
+ version: 2.1.11
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-07-08 00:00:00.000000000 Z
11
+ date: 2014-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor