chef-solo-wrapper 0.0.10 → 0.0.11

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 (3) hide show
  1. data/bin/cs +1 -1
  2. data/lib/config_helper.rb +1 -1
  3. 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.10'
19
+ CHEF_SOLO_WRAPPER_VERSION = '0.0.11'
20
20
  COOKBOOKS_SRC_DEST = '/usr/src/chef-cookbooks'
21
21
 
22
22
  require 'rubygems'
data/lib/config_helper.rb CHANGED
@@ -52,7 +52,7 @@ class ConfigHelper < ChefSoloWrapper
52
52
  puts
53
53
  end
54
54
 
55
- def install_chef_opscode
55
+ def install_chef_opscode_apt
56
56
  if ! system("dpkg -l | grep chef")
57
57
  system("DEBIAN_FRONTEND=noninteractive")
58
58
  system("sudo mkdir -p /etc/apt/trusted.gpg.d")
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 10
10
- version: 0.0.10
9
+ - 11
10
+ version: 0.0.11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Chris Fordham