From ece1b563fcb79f271ebcbd850e6cbad88f0250f9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 17 Sep 2020 14:30:11 -0700 Subject: [PATCH] Require Chef Infra Client 12.15+ This is a pretty low bar, but makes sure that the metadata can be parses and custom resources are available. Signed-off-by: Tim Smith --- metadata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata.rb b/metadata.rb index 919229b..9c8f8e2 100644 --- a/metadata.rb +++ b/metadata.rb @@ -11,4 +11,6 @@ supports os end +chef_version '> 12.15' + depends 'ohai'