Class: ChefUtils::Dist::Infra
- Inherits:
-
Object
- Object
- ChefUtils::Dist::Infra
- Defined in:
- lib/chef-utils/dist.rb
Constant Summary collapse
- PRODUCT =
When referencing a product directly, like Chef (Now Chef Infra)
"Chef Infra Client"
- SHORT =
A short designation for the product, used in Windows event logs and some nomenclature.
"chef"
- CLIENT =
The client’s alias (chef-client)
"chef-client"
- EXEC =
The chef executable, as in ‘chef gem install` or `chef generate cookbook`
"chef"
- SHELL =
The chef-shell executable
"chef-shell"
- SHELL_CONF =
Configuration related constants The chef-shell configuration file
"chef_shell.rb"
- USER_CONF_DIR =
The user’s configuration directory
".chef"
- DIR_SUFFIX =
The suffix for Chef’s /etc/chef, /var/chef and C:\Chef directories “chef” => /etc/cinc, /var/cinc, C:\cinc
"chef"
- GEM =
The client’s gem
"chef"
- CONTAINER_REF =
The client’s container image
"chef/chef"