summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* get_source_from_pkg should check package_name for array, not namePhil Dibowitz2015-02-031-1/+1
* Multipackge supportPhil Dibowitz2015-02-031-0/+1
* Use default argument values for #define_method and avoid exceptions (ruby < 2...Xabier de Zuazo2015-01-271-4/+1
* Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-271-5/+1
* Mixin::Securable: remove ruby 1.8 specific code (issue #2497)Xabier de Zuazo2015-01-271-4/+1
* Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-14/+2
* Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-261-1/+1
|\
| * Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-051-1/+1
* | add forcing of LANG and LANGUAGE env varsLamont Granquist2015-01-121-1/+7
|/
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-252-3/+3
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-082-3/+3
* | WIP: immutabilizing deep mergelcg/remove-knockout-mergeLamont Granquist2014-11-211-5/+13
* | role_merge can be elmianted nowLamont Granquist2014-11-211-9/+0
* | remove InvalidSubtractiveMerge classLamont Granquist2014-11-211-2/+0
* | remove old knockout merge exceptionLamont Granquist2014-11-211-33/+0
* | Merge pull request #2336 from opscode/lcg/12-systemd-fixesjdm/fooSerdar Sutay2014-11-081-0/+37
|\ \
| * | extract which to a mixin, use for systemctlLamont Granquist2014-11-081-0/+37
| |/
* | Revert "CHEF-4101: DeepMerge - support overwriting hash values with nil"sersut/revert-attr-nil-overrideSerdar Sutay2014-11-081-6/+3
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-242-0/+136
* remove chef/shell_out deplcg/remove-shellout-requireLamont Granquist2014-10-141-4/+0
* Revert "remove chef/shell_out dep"Lamont Granquist2014-10-141-0/+4
* remove chef/shell_out depLamont Granquist2014-10-141-4/+0
* Fixing bug where tried to use the homebrew provider on OSX and didn't correc...tball/homebrew_fixtyler-ball2014-10-131-1/+1
* Merge pull request #2041 from nsdavidson/Issues-1689Serdar Sutay2014-10-101-2/+2
|\
| * Updated command mixin to specify Kernel.execNolan Davidson2014-09-131-2/+2
* | Moving documentation to a more logical place. Also no longer dis-allowing us...tyler-ball2014-10-071-7/+5
* | Missed file on last committyler-ball2014-10-071-3/+2
* | homebrew_owner now tries to run homebrew as the user who owns the `brew` exec...tyler-ball2014-10-072-58/+71
* | Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-301-0/+56
|\ \
| * | Moved windows environment helper functions to their own modulejdmundrawala/windows_env_pathJay Mundrawala2014-09-111-0/+56
| |/
* | Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-191-0/+58
* | Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+16
|/
* Marshall.dump can't dump an IOLamont Granquist2014-09-081-2/+4
* add config option for the default_localeLamont Granquist2014-09-081-2/+2
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-16/+28
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-1/+3
* CHEF-4101: DeepMerge - support overwriting hash values with nilMalte Swart2014-08-231-3/+6
* Just use query_helpersClaire McQuin2014-08-141-1/+1
* Remove recipe DSL from base provider.Claire McQuin2014-08-141-0/+1
* Chef:Provider:Execute's logic on whether or not to use live_stream gets blindlyKevin Graham2014-07-161-1/+1
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+7
* Clean up logic.Claire McQuin2014-06-271-13/+3
* Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-19/+16
* Properly modify environment option based on ENVClaire McQuin2014-06-271-6/+24
* Fix shell_out_with_systems_locale logic, add specs.Claire McQuin2014-06-271-3/+3
* Remove unnecessary debug statements.Claire McQuin2014-06-271-5/+2
* Add function shell_out_with_systems_locale.Claire McQuin2014-06-271-0/+13
* Restore check for Windows platform in windows_architecture_helper to fix spec...adamedx2014-06-201-10/+14
* Fix undefined Windows constants on non-Windows platformsadamedx2014-06-201-2/+4
* CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit process...Adam Edwards2014-06-201-4/+18