summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* green the broken testsLamont Granquist2015-08-201-1/+1
* inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
* class namespacingLamont Granquist2015-08-201-1/+1
* add yum_binaryLamont Granquist2015-08-202-6/+20
* Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-192-11/+54
|\
| * spec and code fixes for run_levelsLamont Granquist2015-08-191-24/+33
| * remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
| * Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14
| * Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
| * CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
| * CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-182-5/+30
* | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-197-44/+133
|\ \
| * | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-197-44/+133
* | | Merge pull request #3788 from chef/jdm/freebsd-pw-fixJay Mundrawala2015-08-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Don't modify members of new_resource in pw group implmentationjdm/freebsd-pw-fixJay Mundrawala2015-08-171-1/+1
* | | now just using action_remount!James Belchamber2015-08-181-16/+1
* | | mount now remounts if options changeJames Belchamber2015-08-181-11/+0
* | | mount now remounts if options changeJames Belchamber2015-08-181-1/+31
* | | add privacy flagJosh Black2015-08-181-3/+25
* | | PR feedbackLamont Granquist2015-08-181-39/+39
* | | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-183-3/+75
* | | remove use of self.provides?Lamont Granquist2015-08-186-28/+16
* | | Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\ \ \ | |/ / |/| |
| * | Update registry_key.rbveetow2015-03-251-1/+1
* | | Merge pull request #3771 from renanvicente/renanvicente/add-specify-depthThom May2015-08-131-2/+8
|\ \ \
| * | | Add support for override depth and adding test in overriding depthGomes da Silva2015-08-121-2/+8
* | | | Merge pull request #3768 from chef/jhs/fix-reboot_pendingThom May2015-08-131-1/+1
|\ \ \ \
| * | | | Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pendingJeremiah Snapp2015-08-111-1/+1
* | | | | Merge pull request #3687 from chef/mh/formatter_chef_applyThom May2015-08-131-0/+18
|\ \ \ \ \
| * | | | | Add formatter and force-logger/formatter options to chef-applymh/formatter_chef_applyMark Harrison2015-07-201-0/+18
* | | | | | Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-131-1/+1
|\ \ \ \ \ \
| * | | | | | shell_out! returns an object not an integerStefano Rivera2015-07-091-1/+1
* | | | | | | Merge pull request #3652 from chef/alexpop/fix_audit_mode_explanationThom May2015-08-131-3/+3
|\ \ \ \ \ \ \
| * | | | | | | fix explanation for configuring audit mode in client.rbalexpop/fix_audit_mode_explanationAlex Pop2015-07-091-3/+3
| |/ / / / / /
* | | | | | | Merge pull request #3383 from jfly/masterThom May2015-08-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| * | | | | | | gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
* | | | | | | | Merge pull request #3329 from juliandunn/ifconfig-targetThom May2015-08-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Use target, not name, if it is specified.Julian C. Dunn2015-07-041-2/+2
* | | | | | | | | Merge pull request #3759 from juliandunn/service-group-3730Julian C. Dunn2015-08-121-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't use shell_out! on "lssrc -g" as it will raise an exception if the servi...Julian C. Dunn2015-08-061-1/+1
* | | | | | | | | | Merge pull request #3757 from martinb3/frozen_error_inspectorLamont Granquist2015-08-121-0/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add additional helpful section for frozen objectsMartin Smith2015-08-061-0/+16
* | | | | | | | | | | Use the output of dpkg-deb directly, rather than regextm/use-dpkg-debThom May2015-08-121-11/+5
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Added support for OS X 10.11 SIP pathsNate Walck2015-08-111-2/+14
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Refactor "children" to use make_child_entry everywhere, simplifyjk/fs_childrenJohn Keiser2015-08-0717-87/+60
* | | | | | | | | Don't return nil from make_child_entryJohn Keiser2015-08-071-2/+2
* | | | | | | | | Fix multiple directory warning to print actual directoryJohn Keiser2015-08-071-1/+1
* | | | | | | | | Don't say a file system entry exists unless it can have the givenJohn Keiser2015-08-071-1/+1
* | | | | | | | | Rename make_child / _make_child_entry -> make_child_entry for consistencyJohn Keiser2015-08-0714-44/+31