summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-5/+25
* Do not require client_key to be specified for chef-client when chef-zero is e...John Keiser2013-10-021-2/+6
* Rename start_chef_zero -> chef_zero.enabledJohn Keiser2013-10-021-2/+5
* Support start_chef_zero parameter in knife and chef-clientJohn Keiser2013-10-021-2/+2
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* Use mixlib-config for more valuesJohn Keiser2013-09-161-12/+3
* Make formatters clear with Chef::Config.resetJohn Keiser2013-09-161-3/+1
* Fix test issue with temporary changes to platform_specific_path in testsJohn Keiser2013-09-161-5/+5
* Merge branch 'jk/more-defaults'John Keiser2013-09-161-11/+5
|\
| * Manage cookbook_syntax_check_path with default valuesJohn Keiser2013-09-161-7/+3
| * Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-161-4/+2
* | Callers assume knife.hints is more hash-like than mixlib-config providesJohn Keiser2013-09-161-1/+1
* | Add knife configuration variable names for future referenceJohn Keiser2013-09-161-2/+14
|/
* Make knife.rb a config_contextJohn Keiser2013-09-131-1/+1
* Use "default" DSL in Chef::Config to make reset possibleJohn Keiser2013-09-121-75/+77
* Turn off strict config mode explicitlyJohn Keiser2013-09-111-0/+2
* Fix string vs. array detection on Ruby 1.8.7John Keiser2013-09-111-6/+6
* Restore platform specificity to /var/cache pathsJohn Keiser2013-09-111-2/+2
* Support new mixlib-config "default" syntax for chef_repo_pathJohn Keiser2013-08-291-19/+47
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-18/+65
* Bump up the yum timeout even more to 15 minutes.sersut2013-07-081-1/+1
* Increase the default yum timeout to 5 minutes.sersut2013-07-081-1/+1
* CHEF-3521: Wrap the call to yum-dump.rb in a configurable timeout.Phil Dibowitz2013-06-191-0/+1
* Convert file_resource.atomic_update property values to boolean.sersut2013-06-031-1/+1
* Merge branch 'master' into file-refactorsersut2013-05-311-4/+8
|\
| * added explicit require 'chef/exceptions'Yoni Yalovitsky2013-05-301-0/+1
| * CHEF-4114: fixed syntax of raise ConfigurationErrorYoni Yalovitsky2013-05-301-1/+1
| * adding carrot to group regexJessica Bourne2013-05-301-1/+1
| * CHEF-2770: user_valid_regex is too restrictiveJessica Bourne2013-05-301-2/+2
| * Adding support for environments when running under chef-solo.Nick Stielau2013-05-301-1/+4
* | Typo fixes in config.rbsersut2013-05-201-2/+2
* | Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-201-3/+5
* | Increase windows ACL testing coverage. Fix children inheritance of windows ACLs.sersut2013-05-201-5/+4
* | Remove file_force_unlink from config.sersut2013-05-161-5/+0