summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-01-31 07:21:08 -0800
committerGitHub <noreply@github.com>2022-01-31 07:21:08 -0800
commit5ff954501993d99b49750e717e3719de255bd5a4 (patch)
tree2b37ca2447219a011c4785f10950acd1bf120aa6
parente07819fd7fa439d2db8adbb4c8cb04f7182f2693 (diff)
parent0408e91b96a4640ba0d0fe7126fbac5c39571833 (diff)
downloadchef-5ff954501993d99b49750e717e3719de255bd5a4.tar.gz
Merge pull request #12539 from aleksey-hariton/servers_doc_constant
Chef 18 - Added constant with Server`s docs url
-rw-r--r--chef-utils/lib/chef-utils/dist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index 54e3a16642..76f4736bc4 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -110,6 +110,9 @@ module ChefUtils
# The server's configuration utility
SERVER_CTL = "chef-server-ctl"
+
+ # The server`s docs URL
+ SERVER_DOCS = "https://docs.chef.io/server/"
end
class Solo