poolparty 1.6.7 → 1.6.8

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/VERSION.yml +1 -1
  2. data/lib/poolparty/chef_solo.rb +1 -1
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 7
2
+ :patch: 8
3
3
  :major: 1
4
4
  :minor: 6
@@ -38,7 +38,7 @@ module PoolParty
38
38
 
39
39
  def write_solo_dot_rb(to=tmp_path/"etc"/"chef"/"solo.rb")
40
40
  content = <<-EOE
41
- cookbook_path ["/etc/chef/site-cookbooks", "/etc/chef/cookbooks"]
41
+ cookbook_path ["/etc/chef/cookbooks", "/etc/chef/site-cookbooks"]
42
42
  role_path "/etc/chef/roles"
43
43
  log_level :info
44
44
  EOE
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 7
9
- version: 1.6.7
8
+ - 8
9
+ version: 1.6.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ari Lerner