From 2d4507aace6f94afe303bec1b771b47d85110c55 Mon Sep 17 00:00:00 2001 From: Cookstyle Bot Date: Fri, 18 Jun 2021 16:47:14 -0700 Subject: [PATCH] Cookstyle Bot Auto Corrections with Cookstyle 7.13.0 This change is automatically generated by the Cookstyle Bot using the latest version of Cookstyle (7.13.0). Adopting changes suggested by Cookstyle improves cookbook readability, avoids common coding mistakes, and eases upgrades to newer versions of the Chef Infra Client. Signed-off-by: Cookstyle --- resources/supermarket_server.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/supermarket_server.rb b/resources/supermarket_server.rb index 8081a5f..2e67307 100644 --- a/resources/supermarket_server.rb +++ b/resources/supermarket_server.rb @@ -15,6 +15,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. provides :supermarket_server +unified_mode true property :instance_name, String, name_property: true property :chef_server_url, String, required: true