You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually enforce apt and yum versions in the metadata.rb file (#874)
* Actually enforce apt and yum versions in the metadata.rb file
* Remove comments about apt and yum in the README.md file
* Fix typo
* Make it work for Chef < 13.1.33
* Fix style
* Fix style
Copy file name to clipboardexpand all lines: README.md
-13
Original file line number
Diff line number
Diff line change
@@ -42,19 +42,6 @@ The following Opscode cookbooks are dependencies:
42
42
43
43
#### Chef
44
44
45
-
**Chef 12 users**: Depending on your version of Chef 12, additional dependency constraints may apply:
46
-
47
-
```ruby
48
-
# Chef < 12.14
49
-
depends 'yum', '< 5.0'
50
-
```
51
-
52
-
```ruby
53
-
# Chef < 12.9
54
-
depends 'apt', '< 6.0.0'
55
-
depends 'yum', '< 5.0'
56
-
```
57
-
58
45
**Chef 13 users**: With Chef 13 and `chef_handler` 1.x, you may have trouble using the `dd-handler` recipe. The known workaround is to update your dependency to `chef_handler` >= 2.1.
0 commit comments