From 18675fd9f95c6a9cee71cd757d89f0ea8cac7625 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Fri, 6 Oct 2023 14:17:58 -0400 Subject: [PATCH] Lint fixes Signed-off-by: Ian Maddaus --- content/attribute_types.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/attribute_types.md b/content/attribute_types.md index b3be23177a..fab3b6afde 100644 --- a/content/attribute_types.md +++ b/content/attribute_types.md @@ -11,7 +11,7 @@ gh_repo = "chef-web-docs" parent = "chef_infra/cookbook_reference/attributes" +++ -Chef Infra Client uses six types of attributes to determine the value that is applied to a node during a Chef Infra Client run. +Chef Infra Client uses six types of attributes to determine the value that's applied to a node during a Chef Infra Client run. In addition, Chef Infra Client gathers attribute values from up to five locations. The combination of attribute types and sources makes up to 15 different competing values available during a Chef Infra Client run. @@ -34,4 +34,3 @@ The attribute types are: `automatic` : {{< readfile file="content/reusable/md/node_attribute_type_automatic.md" >}} -