chef-solo-wrapper 0.0.13 → 0.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/cs +3 -3
  2. metadata +3 -3
data/bin/cs CHANGED
@@ -16,7 +16,7 @@
16
16
  # See the License for the specific language governing permissions and
17
17
  # limitations under the License.
18
18
 
19
- CHEF_SOLO_WRAPPER_VERSION = '0.0.13'
19
+ CHEF_SOLO_WRAPPER_VERSION = '0.0.14'
20
20
  COOKBOOKS_SRC_DEST = '/usr/src/chef-cookbooks'
21
21
 
22
22
  require 'rubygems'
@@ -183,8 +183,8 @@ end
183
183
  # e.g. cs --fetch git://github.com/flaccid/cookbooks_public.git
184
184
  if opts[:fetch]
185
185
  require File.join(File.dirname(__FILE__), '../lib/cookbooks_fetcher.rb')
186
- cookbooks_fetcher = CookbooksFetcher.new
187
- cookbooks_fetcher.fetch(opts[:fetch], COOKBOOKS_SRC_DEST)
186
+ fetcher = CookbooksFetcher.new(log_level)
187
+ fetcher.fetch opts[:fetch]
188
188
  end
189
189
 
190
190
  config.pre_checks
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solo-wrapper
3
3
  version: !ruby/object:Gem::Version
4
- hash: 5
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 13
10
- version: 0.0.13
9
+ - 14
10
+ version: 0.0.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Fordham