diff options
author | Tim Smith <tsmith@chef.io> | 2020-08-05 12:40:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 12:40:17 -0700 |
commit | f6e4b28a5a4e99189c974d13b81d6d12de21a01f (patch) | |
tree | c93e73ce71b4541d319caeedfdf2ac1c2c2d5702 | |
parent | 7b1a5d8d8af1f852e43bf1c72ef9aa109ce6a928 (diff) | |
parent | 31245f1bd2a1ea64ea93c022a9c3ae02ea3df6e4 (diff) | |
download | chef-f6e4b28a5a4e99189c974d13b81d6d12de21a01f.tar.gz |
Merge pull request #10266 from tehlers320/chef-15
Backport dist configuration to chef15
-rw-r--r-- | chef-config/lib/chef-config/dist.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chef-config/lib/chef-config/dist.rb b/chef-config/lib/chef-config/dist.rb index e69d39813d..67d1063163 100644 --- a/chef-config/lib/chef-config/dist.rb +++ b/chef-config/lib/chef-config/dist.rb @@ -22,5 +22,12 @@ module ChefConfig # Enable forcing Chef EULA ENFORCE_LICENSE = true + + # The servers's alias (chef-server) + SERVER = "chef-server".freeze + + # The server's configuration utility + SERVER_CTL = "chef-server-ctl".freeze + end end |