summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Ehlers <tehlers@expedia.com>2020-07-23 09:59:38 -0500
committerTimothy Ehlers <tehlers@expedia.com>2020-08-05 13:51:55 -0500
commit31245f1bd2a1ea64ea93c022a9c3ae02ea3df6e4 (patch)
treec93e73ce71b4541d319caeedfdf2ac1c2c2d5702
parent7b1a5d8d8af1f852e43bf1c72ef9aa109ce6a928 (diff)
downloadchef-31245f1bd2a1ea64ea93c022a9c3ae02ea3df6e4.tar.gz
added configuration options for chef-server
Signed-off-by: Timothy Ehlers <tehlers@expedia.com>
-rw-r--r--chef-config/lib/chef-config/dist.rb7
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