Skip to content

Commit 5d7a9df

Browse files
committed
Fix the cookbook incorrectly requiring Chef 13 or later
This cookbook actually requires Chef 14 due to the use of find_resource. Signed-off-by: Tim Smith <[email protected]>
1 parent 9179ebc commit 5d7a9df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NOTE: The 5.0 release of this cookbook requires the ChefSpec which shipped in th
2121

2222
### Chef
2323

24-
- Chef 13.0+
24+
- Chef 14.0+
2525

2626
### Cookbooks
2727

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
source_url 'https://github.com/chef-cookbooks/runit'
1919
issues_url 'https://github.com/chef-cookbooks/runit/issues'
20-
chef_version '>= 13.0'
20+
chef_version '>= 14.0'

0 commit comments

Comments
 (0)