summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-261-4/+2
* Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-0/+1
* Use path_join to create local-mode-cacheJohn Keiser2014-08-231-5/+5
* Enable client-side key generation by default (resolves https://github.com/ops...Claire McQuin2014-08-141-4/+4
* Merge pull request #1591 from onddo/CHEF-5356-gcm-2Claire McQuin2014-08-071-1/+2
|\
| * [CHEF-5356-gcm] docs updated to clarify ruby 2 requirementXabier de Zuazo2014-07-011-1/+1
| * [CHEF-5356-gcm] Chef::Config: Added a comment about EncryptedDataBag version 3Xabier de Zuazo2014-07-011-1/+2
* | make no_lazy_load the defaultLamont Granquist2014-07-261-0/+24
* | change file_staging_uses_destdir default to trueLamont Granquist2014-07-261-1/+1
* | Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-071-1/+1
|/
* CHEF-5365 - if user home directory is not set via environment, then default u...brettcave2014-06-131-2/+2
* Merge pull request #1436 from kramvan1/CHEF-3193Claire McQuin2014-06-101-0/+1
|\
| * CHEF-3193: LOCK_TIMEOUT in yum-dump.py should be configurableMark Vanderwiel2014-05-291-0/+1
* | Delete duplicate :host defaultJohn Keiser2014-06-051-2/+1
* | making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-051-0/+1
* | add comment denoting workaroundCHEF-Issues-1461Claire McQuin2014-06-031-0/+1
* | fix spacingClaire McQuin2014-06-031-1/+1
* | automatically enable verify_api_cert when in local-modeClaire McQuin2014-06-031-2/+3
* | Merge pull request #1442 from opscode/CHEF-5259Claire McQuin2014-05-291-2/+20
|\ \ | |/ |/|
| * log cache_path switch to infoClaire McQuin2014-05-221-1/+1
| * update commentClaire McQuin2014-05-221-1/+1
| * change backup cache location to user's .chefClaire McQuin2014-05-221-1/+1
| * Put cache at HOME/.chef.d if /var/chef can't be accessed.Claire McQuin2014-05-221-2/+20
* | Add "knife serve" to serve up chef repo in chef-zeroJohn Keiser2014-05-261-0/+1
|/
* Change attribute whitelist filter syntax to match OhaiClaire McQuin2014-05-151-23/+3
* add whitelist config options for attributes saved by the nodeClaire McQuin2014-05-151-0/+29
* Decrease number of default threadsClaire McQuin2014-05-151-2/+5
* Add config option for parallel cookbook sync.Claire McQuin2014-05-131-0/+3
* add option to abandon chef run if blocked by another for too longClaire McQuin2014-05-051-0/+5
* comment: add hook to avoid twiddling global state in rspecClaire McQuin2014-04-301-0/+2
* collect :user_home at correct time, for windowsClaire McQuin2014-04-301-3/+10
* Fix warnings caused by reloading Configdanielsdeleo2014-04-241-5/+17
* Fix constant redefinition warnings in config testsdanielsdeleo2014-04-241-1/+1
* Add optional client-side key generation when registeringdanielsdeleo2014-03-251-0/+11
* Allow policyfile feature to be enabled in configdanielsdeleo2014-01-221-0/+10
* CHEF-4725: Validate 'log_location' setting on log initializationNikhil Benesch2014-01-201-21/+3
* add commentLamont Granquist2014-01-091-0/+4
* CHEF-4734: Stop enforcing group/owner regular expressionsLamont Granquist2014-01-091-2/+2
* Allow single letter usernames.Matthew M. Boedicker2013-11-061-1/+1
* [CHEF-4363] Allow adding event_handlers via config fileRanjib Dey2013-11-061-0/+3
* Fix recursion in self.find_embedded_dir_in on windows.sersut2013-10-211-10/+7
* Merge branch 'auto-configure-windows-cacert'danielsdeleo2013-10-181-1/+30
* Add a directory where trusted certs can be storeddanielsdeleo2013-10-171-1/+8
* Fix String element reference for ruby 1.8danielsdeleo2013-10-171-1/+1
* Add a root config_dir config optiondanielsdeleo2013-10-171-12/+36
* Add `verify_api_cert` setting in config.rbdanielsdeleo2013-10-161-0/+12
* Support evaluation of a string as configdanielsdeleo2013-10-161-0/+7
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-0/+9
* Set cache_path under the user's home dir rather than the local repo pathJohn Keiser2013-10-141-1/+7
* Pick up knife config instead of /etc/chef/client.rb if local mode is specifiedJohn Keiser2013-10-091-3/+2