Class: ChefUtils::Dist::Org

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

Constant Summary collapse

WEBSITE =

product Website address

"https://chef.io"
DOWNLOADS_URL =

The downloads site

"chef.io/downloads"
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"
ENFORCE_LICENSE =

Enable forcing Chef EULA

true
PATENTS =

product patents page

"https://www.chef.io/patents"
KNIFE_DOCS =

knife documentation page

"https://docs.chef.io/workstation/knife/"
PRODUCT =

the name of the overall infra product

"Chef Infra"
OMNITRUCK_URL =

Omnitruck URL

"https://omnitruck.chef.io/install.sh"