summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-3/+3
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-9/+5
* review fixesLamont Granquist2015-09-021-9/+7
* refactor remote_directory providerLamont Granquist2015-09-021-102/+192
* fix locking/unlocking users on SmartOSDave Eddy2015-09-021-4/+32
* Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-021-7/+13
|\
| * Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-241-7/+13
* | Merge pull request #3172 from BackSlasher/deploy-shell-outThom May2015-09-021-2/+2
|\ \
| * | Migrated deploy resource to use shell_out instead of run_commandNitz2015-08-181-2/+2
* | | speed improvement for remote_directory() resourceIgor Shpakov2015-08-271-1/+1
* | | fix supports hash issues in service providersLamont Granquist2015-08-257-13/+25
* | | Fix powershell_script validationJay Mundrawala2015-08-241-1/+4
| |/ |/|
* | fixes from code reviewLamont Granquist2015-08-201-1/+5
* | green the broken testsLamont Granquist2015-08-201-1/+1
* | inject yum_binary into YumCacheLamont Granquist2015-08-201-0/+3
* | add yum_binaryLamont Granquist2015-08-201-5/+10
* | Merge pull request #3793 from chef/lcg/run_levelsLamont Granquist2015-08-191-10/+45
|\ \
| * | spec and code fixes for run_levelsLamont Granquist2015-08-191-24/+33
| * | 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-181-4/+20
* | | Merge pull request #3775 from chef/salam/win64Salim Alam2015-08-193-5/+20
|\ \ \
| * | | Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-193-5/+20
* | | | 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
* | | CHEF-5012: add methods for template breadcrumbsLamont Granquist2015-08-181-0/+10
* | | remove use of self.provides?Lamont Granquist2015-08-186-28/+16
|/ /
* | 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 #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
| | |_|_|/ | |/| | |
* | | | | 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
|/ / / /
* | | | Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-2026-83/+73
|\ \ \ \ | | |_|/ | |/| |
| * | | Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0620-54/+30
| |/ /
| * | Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-10/+6
| * | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-304-7/+12
| * | Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-302-3/+3
| * | remove extraneous spaceDave Eddy2015-06-261-1/+1
| * | Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-19/+32
| * | changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-261-5/+5