Class: ChefConfig::Dist

Inherits:
Object
  • Object
show all
Defined in:
lib/chef-config/dist.rb

Constant Summary collapse

EXEC =

The chef executable name.

"chef".freeze
CLIENT =

The client’s alias (chef-client)

"chef-client".freeze
SHORT =

A short name for the product

"chef".freeze
DIR_SUFFIX =

The suffix for Chef’s /etc/chef, /var/chef and C:\Chef directories “cinc” => /etc/cinc, /var/cinc, C:\cinc

"chef".freeze
USER_CONF_DIR =

The user’s configuration directory

".chef".freeze
LEGACY_CONF_DIR =

The legacy conf folder: C:/opscode/chef. Specifically the “opscode” part DIR_SUFFIX is appended to it in code where relevant

"opscode".freeze
ENFORCE_LICENSE =

Enable forcing Chef EULA

true