summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\ | | | | Properly load FreeBSD service status
| * Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
| |
* | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-1/+2
|\ \ | | | | | | Ensure why-run of a FreeBSD service missing init script does not fail
| * | Maintain init_command as nil in why-run when missing init scriptRichard Manyanza2014-10-211-10/+2
| | |
| * | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
| | |
* | | Merge pull request #2251 from chilicheech/fix_dscl_group_nameSerdar Sutay2014-10-241-2/+2
|\ \ \ | | | | | | | | use group_name when checking if the group exists on mac osx with dscl
| * | | use group_name when checking if the group exists on mac osx with dsclThiago Oliveira2014-10-171-2/+2
| | | |
* | | | Merge pull request #2196 from ↵Serdar Sutay2014-10-241-6/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ClogenyTechnologies/sid/fix-bootstrap-options-precedence [knife-ec2]Command-line options do not take precedence over knife.rb configuration (#247)
| * | | | Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-111-0/+2
| | | | |
| * | | | Changes to fix review commentssiddheshwar-more2014-10-101-6/+6
| | | | |
| * | | | Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-091-6/+6
| | | | |
* | | | | Merge pull request #2287 from opscode/lcg/remove-force-utf8Lamont Granquist2014-10-241-1/+0
|\ \ \ \ \ | | | | | | | | | | | | remove force of utf-8
| * | | | | remove force of utf-8lcg/remove-force-utf8Lamont Granquist2014-10-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | chef-12 will do this globally
* | | | | | Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-24109-353/+918
|\ \ \ \ \ \ | | | | | | | | | | | | | | CHEF-3404: Provider Resolver
| * | | | | | Chef-12 RC Provider ResolverLamont Granquist2014-10-24112-579/+863
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
| * | | | | | Initial sketch for provider resolverRichard Manyanza2014-10-2210-2/+283
| | | | | | |
* | | | | | | Sytle cleanupjdmundrawala/env-splitJay Mundrawala2014-10-231-1/+1
| | | | | | |
* | | | | | | Aliased compare_value to requires_modify_or_create?Jay Mundrawala2014-10-231-0/+2
| | | | | | |
* | | | | | | Renamed compare_value in env providerJay Mundrawala2014-10-231-3/+3
| | | | | | |
* | | | | | | delete_element should return false if the key needs to be deletedJay Mundrawala2014-10-231-1/+1
| | | | | | |
* | | | | | | Got rid of repeated codeJay Mundrawala2014-10-231-9/+15
| | | | | | |
* | | | | | | Modified env resource to break values up by delimiter before comparing.Jay Mundrawala2014-10-231-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, if someone were to do before this patch, ```ruby windows_path 'C:\foo;C:\bar' do action :create ... end ``` the path would grow each time this recipe was executed. This is because compare_path would break up the current path with ;, but would not do the same for the value being added.
* | | | | | | Set guard_interpreter using default_guard_interpreterAdam Edwards2014-10-231-1/+1
| | | | | | |
* | | | | | | Change default powershell_script executionpolicy to unrestrictedAdam Edwards2014-10-231-1/+1
| | | | | | |
* | | | | | | Debug logging should show transformed script code for easier debugging of ↵Adam Edwards2014-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | powershell_script
* | | | | | | powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-232-2/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2229 from opscode/jdmundrawala/12-evt-logJay Mundrawala2014-10-234-1/+198
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Logging events to the Windows Event Log
| * | | | | Use windows evt log by default on windowsJay Mundrawala2014-10-225-29/+99
| | | | | |
| * | | | | Adding missing headersJay Mundrawala2014-10-222-0/+36
| | | | | |
| * | | | | Guard windows includesJay Mundrawala2014-10-221-7/+11
| | | | | |
| * | | | | Removed unused base classJay Mundrawala2014-10-222-3/+2
| | | | | |
| * | | | | suppressing annoying warnings due to already imported constantsJay Mundrawala2014-10-221-1/+5
| | | | | |
| * | | | | Renamed event_log to eventlogJay Mundrawala2014-10-221-0/+0
| | | | | |
| * | | | | Don't autoload windows event loggerJay Mundrawala2014-10-221-2/+0
| | | | | |
| * | | | | Changed logging locationJay Mundrawala2014-10-221-2/+2
| | | | | |
| * | | | | Added function to add event loggerJay Mundrawala2014-10-221-0/+5
| | | | | |
| * | | | | SpacingJay Mundrawala2014-10-221-56/+56
| | | | | |
| * | | | | Added windows event loggingJay Mundrawala2014-10-222-0/+73
| | | | | |
| * | | | | Added base class for event loggingJay Mundrawala2014-10-221-0/+8
| | | | | |
* | | | | | Merge pull request #2264 from opscode/jdmundrawala/issue-2225Jay Mundrawala2014-10-221-8/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Improve detection missing WhatIf support
| * | | | | Refactored local_configuration_manager to use function to test for what-if ↵Jay Mundrawala2014-10-221-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | support
| * | | | | Improve detection missing WhatIf supportBob2014-10-221-1/+1
| | | | | | | | | | | | | | | | | | From output of Whatif-run, do not replace line break by space, as this breaks the match if the break was done within a word.
* | | | | | Merge pull request #2265 from opscode/sersut/resource-list-specsSerdar Sutay2014-10-221-21/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add missing specs for List
| * | | | | Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-211-20/+9
| | | | | |
| * | | | | Add pending specs for resource list.Serdar Sutay2014-10-201-1/+0
| | | | | |
* | | | | | Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #2249 from opscode/jdmundrawala/delete-envJay Mundrawala2014-10-211-2/+4
|\ \ \ \ \ | | | | | | | | | | | | Ensure delete ENV[var] from current process
| * | | | | Ensure delete ENV[var] from current processJay Mundrawala2014-10-211-2/+4
| | | | | |
* | | | | | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-214-1/+247
|\ \ \ \ \ \ | | | | | | | | | | | | | | aix service provider
| * | | | | | fixed functional testskaustubh-d2014-09-231-4/+4
| | | | | | |