From 6f6c5059d5243b3bd8446bd976ea3066144c9b3c Mon Sep 17 00:00:00 2001 From: William Theaker Date: Tue, 29 Apr 2025 11:41:42 -0400 Subject: [PATCH] Obvious fix: Remove errant property value Obvious fix --- content/ctl_chef_client.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/ctl_chef_client.md b/content/ctl_chef_client.md index bd5fb33250..7afccd62f3 100644 --- a/content/ctl_chef_client.md +++ b/content/ctl_chef_client.md @@ -52,10 +52,6 @@ This command has the following options: : Overrides a single configuration option. Can be used to override multiple configuration options by adding another `--config-option OPTION`. - ```ruby - property :db_password, String, sensitive: true - ``` - `--chef-zero-host HOST` : The host on which chef-zero is started.