diff options
author | Tim Smith <tsmith@chef.io> | 2020-08-04 11:13:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 11:13:30 -0700 |
commit | 4b45d17950561032008f5664912022fde4770d37 (patch) | |
tree | a2604c396ac1228a9219701dbadfaa323c9477ce /chef-config/lib | |
parent | 299130773c5e31f645fa796cc7ab4b6a4717950b (diff) | |
parent | 8ee36bc05918ef3a113f5cdf8c6d357c517e598e (diff) | |
download | chef-4b45d17950561032008f5664912022fde4770d37.tar.gz |
Merge pull request #10213 from tehlers320/configurableserver
added configuration options for chef-server
Diffstat (limited to 'chef-config/lib')
-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 |