summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-07-13 15:03:38 -0700
committerJohn McCrae <john.mccrae@progress.com>2021-07-16 15:38:16 -0700
commit3d692309cc2dbc211a7874d10652e89f3485a76f (patch)
treedb379d78746017f372e5e96c5cae9abfea1ae799
parent22ca171b4fd40466bd78086849fcd73fa92bad47 (diff)
downloadchef-3d692309cc2dbc211a7874d10652e89f3485a76f.tar.gz
Update wording on property
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/habitat_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/habitat_service.rb b/lib/chef/resource/habitat_service.rb
index ddf360c9fb..57deaf7321 100644
--- a/lib/chef/resource/habitat_service.rb
+++ b/lib/chef/resource/habitat_service.rb
@@ -116,7 +116,7 @@ class Chef
# Http port needed for querying/comparing current config value
property :remote_sup_http, String, default: "127.0.0.1:9631", desired_state: false,
- description: "Address for remote supervisor http port. Used to pull existing configuration data. If this is invalid, config will be applied on every Chef run."
+ description: "IP Address and port to communicate with the remote supervisor. If this value is invalid, the resource will attempt to update configuration each time Chef Infra Client runs."
property :gateway_auth_token, String, desired_state: false,
description: "Auth token for accessing the remote supervisor's http port."