chef-solo-wrapper 0.0.11 → 0.0.12

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.
Files changed (2) hide show
  1. data/bin/cs +2 -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.11'
19
+ CHEF_SOLO_WRAPPER_VERSION = '0.0.12'
20
20
  COOKBOOKS_SRC_DEST = '/usr/src/chef-cookbooks'
21
21
 
22
22
  require 'rubygems'
@@ -159,8 +159,7 @@ if opts[:setup]
159
159
  when 'config-sandbox'
160
160
  config.setup_solo_rb_sandbox(solo_file)
161
161
  when 'config-oss'
162
- l = Logger.new(log_level)
163
- l.log 'Setting up for OSS (flaccid) cookbooks...', 'verbose'
162
+ logger.log 'Setting up for OSS (flaccid) cookbooks...', 'verbose'
164
163
  fetcher = CookbooksFetcher.new(log_level)
165
164
  fetcher.fetch "git://github.com/flaccid/cookbooks_public.git"
166
165
  fetcher.fetch "git://github.com/flaccid/cookbooks.git"
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: 9
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 11
10
- version: 0.0.11
9
+ - 12
10
+ version: 0.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Fordham