summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Support platform "suse" and "opensuse" on OpenSuSEdanielsdeleo2013-09-171-1/+1
* | Fix in group provider for windows to take correct group_nameMukta Aphale2013-09-031-9/+9
* | aix bff package provider implementation.Deepali Jagtap2013-08-191-0/+146
* | fix unit test for cron and stderrs check nil.kaustubh-d2013-08-041-1/+1
* | solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-041-1/+6
* | popen4 can yield while child has already died.kaustubh-d2013-08-041-2/+9
* | abstract cron entry creation and reset @cron_exists on load.kaustubh-d2013-08-041-8/+15
* | abstract cron functionality for unix.kaustubh-d2013-08-043-40/+125
* | Add inline doc for private apt package methoddanielsdeleo2013-08-021-0/+3
* | Convert apt package provider to shelloutdanielsdeleo2013-08-021-30/+11
* | Remove deprecated method usage from package providerdanielsdeleo2013-08-021-13/+23
* | revert is_vip from ifconfig resource.kaustubh-d2013-07-232-42/+6
* | remove an extra space.kaustubh-d2013-07-231-1/+1
* | aix ifconfig - handle vips.kaustubh-d2013-07-231-7/+11
* | process ifconfig add/enable actions for aix vip, use platform specific loopba...kaustubh-d2013-07-231-5/+8
* | raise exception if metric attribute is set in aix ifconfig for add action.kaustubh-d2013-07-231-4/+2
* | aix -ifconfig implement enable disable action.kaustubh-d2013-07-232-5/+24
* | ifconfig - generate configs only when updating interface.kaustubh-d2013-07-231-16/+14
* | fix - set the current resource device properly.kaustubh-d2013-07-231-1/+1
* | aix- abstract command generation for ifconfig.kaustubh-d2013-07-232-6/+57
* | aix ifconfig - load current resource implementation.kaustubh-d2013-07-231-0/+82
* | fix indentations.kaustubh-d2013-07-221-14/+14
* | implement review comment - updated_by_last_action is updated by parent.kaustubh-d2013-07-222-5/+0