Set the required Chef version to 18

This commit is contained in:
Greg Karékinian 2023-07-17 18:03:02 +02:00
parent 030dbc3584
commit 96f45b1f63

View File

@ -2,8 +2,8 @@ name 'kosmos_openresty'
maintainer 'Kosmos' maintainer 'Kosmos'
maintainer_email 'mail@kosmos.org' maintainer_email 'mail@kosmos.org'
license 'MIT' license 'MIT'
description 'Installs/Configures kosmos_openresty' description 'Installs/Configures openresty'
version '0.1.0' version '0.1.0'
chef_version '>= 16.0' chef_version '>= 18.0'
depends 'openresty' depends 'openresty'