summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-4842] Fix comparison of user resources with non-ASCII commentsTobias Schmidt2013-12-041-1/+5
* CHEF-3940: Raise an error if we cannot find the userBryan McLellan2013-11-261-1/+2
* [CHEF-3940] ensure $HOME matches user executing `git`Seth Chisamore2013-11-261-2/+16
* move check up to wrap checkout called from action_checkoutJohn Goulah2013-11-261-7/+7
* add enable_checkout attribute; add ability to override 'deploy' with checkout...John Goulah2013-11-261-4/+7
* nil signifies absence of an attribute, which can be used to remove an attributeRanjib Dey2013-11-261-1/+1
* Merge pull request #1111 from opscode/lcg/OC-10380lamont-granquist2013-11-225-4/+48
|\
| * OC-10380: add polymorphismLamont Granquist2013-11-115-19/+40
| * OC-10380: skip checksumming for no-content filesLamont Granquist2013-11-111-5/+28
* | [CHEF-4110] Add whyrun_safe_ruby_block resourcePhil Dibowitz2013-11-211-0/+30
* | Fix specs on Solaris.sersut2013-11-191-4/+12
* | Fix specs on FreeBSD.sersut2013-11-191-15/+26
* | exluded_members support in pw group provider.sersut2013-11-141-9/+41
* | excluded_members support for groupmod provider.sersut2013-11-141-36/+46
* | Fix unit tests on group providers.sersut2013-11-143-6/+10
* | Support for excluded_members property in Suse, Groupadd Gpasswd providers. Re...sersut2013-11-144-59/+94
* | Support :excluded_members in windows group provider.sersut2013-11-121-6/+13
* | Fix the error message in the conflicting user add/remove in group resource.sersut2013-11-111-1/+1
* | Support :excluded members in gpasswd provider.sersut2013-11-111-15/+29
* | Handle :excluded_members in dscl provider.sersut2013-11-111-4/+26
* | New property :excluded_members for group resource and required common code ar...sersut2013-11-111-11/+30
|/
* CHEF-3582: Fix #check_lock under why-runBryan McLellan2013-11-061-0/+7
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-11/+4
* Handle nil tempfile, ftp, http casesadamedx2013-10-173-2/+3
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-0/+1
* Merge pull request #1063 from opscode/adamed-chef-4422Adam Edwards2013-10-171-1/+4
|\
| * Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-1/+4
* | Use real path while checking for mounted directories.sersut2013-10-171-4/+14
|/
* Use Chef::HTTP for knife-essentials raw requests, fix CHEF-4515 in the balanceJohn Keiser2013-10-112-12/+12
|\
| * Convert http_request provider to HTTP::Simpledanielsdeleo2013-10-081-8/+8
| * Convert remote file to use simple httpdanielsdeleo2013-10-081-4/+4
* | add unit test and remove "supports"KAWAHARA Masashi2013-10-101-1/+1
* | [CHEF-4578] add supports "non_unique" to groupaddKAWAHARA Masashi2013-10-101-0/+1
* | Remove superfluous empty parentheses in Service::DebianJack Foy2013-10-101-5/+5
* | Add specialized action_enable method to Chef::Provider::Service::DebianJack Foy2013-10-101-0/+20
|/
* MDADM provider: Don't pass chunk size for mirrorsTim Smith2013-10-041-1/+2
* Per review changed both instances of the code in question to regexsDavid Miller2013-10-041-2/+2
* Fixed issue with freebsd package provider port_path.David Miller2013-10-041-1/+1
* Fixed issue with freebsd package provider current_installed_versionDavid Miller2013-10-041-1/+1
* CHEF-4469 Allow installing packages from Jumpstart shareJeff Blaine2013-10-041-2/+12
* CHEF-4482 : change user attribute comparison to string comparesGene Wood2013-10-041-1/+1
* CHEF-4534 Fix restart_service if..else syntax in upstart providerJeremiah Snapp2013-10-041-1/+1
* CHEF-4568: Make apt showpkg regex more friendly to differing whitespaceBryan McLellan2013-09-261-1/+2
* Normalize whitespace on all filesSeth Vargo2013-09-2655-316/+316
* [CHEF-4507] Smartos package provider to match resource package_nameEric Saxby2013-09-251-2/+2
* [CHEF-4200] Replace Array#keep_if with #selectEric Saxby2013-09-241-2/+2
* Use string comparison of user :uid/:gidEric Saxby2013-09-241-1/+1
* User provider does not update user when uid/gid are stringsEric Saxby2013-09-241-4/+8
* Merge branch 'CHEF-4248'Bryan McLellan2013-09-172-0/+2
|\
| * Use timeout attribute in git and subversion providersJack Foy2013-07-192-0/+2