summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-222-19/+33
* This is what happens when you don't rebase correctlytyler-ball2014-09-191-0/+2
* Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-197-4/+219
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-193-2/+25
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-78/+33
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-195-12/+12
* Explicitly require erroraction continue for predictability, consistency in ma...Adam Edwards2014-09-191-2/+2
* No erroraction stop since that filters the excepitonAdam Edwards2014-09-191-3/+3
* Correctly handle dsc resource import failuresAdam Edwards2014-09-192-36/+20
* Expose exit_code for cmdlet_result and use to detect DSC resource installatio...Adam Edwards2014-09-192-1/+5
* Fixup use of status.exitcode to status.status.exitstatusAdam Edwards2014-09-191-1/+1
* Handle not installed DSC resource errors from LCMAdam Edwards2014-09-191-3/+10
* Set exit code from start-dscconfiguraiton to enable identification of DSC errorsAdam Edwards2014-09-191-1/+22
* Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-09-191-3/+8
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-195-17/+43
* Added unit test for powershell cmdletJay Mundrawala2014-09-191-2/+2
* DSC: Added test for dsc_script providerAdam Edwards2014-09-191-1/+3
* Added unit tests for configuration_generatorJay Mundrawala2014-09-191-1/+1
* Add configurationdata attribute supportAdam Edwards2014-09-193-7/+53
* Parse WhatIf from LCMJay Mundrawala2014-09-194-25/+217
* Initial dsc_configuration resource implementationAdam Edwards2014-09-1910-0/+642
* Merge pull request #2012 from opscode/mcquin/verify_peer_defaultClaire McQuin2014-09-151-4/+5
|\
| * change default of :ssl_verify_mode to :verify_peerClaire McQuin2014-09-151-4/+5
* | Bump version to 12.0.0.alpha.212.0.0.alpha.2danielsdeleo2014-09-151-1/+1
|/
* Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-154-0/+35
|\
| * Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
| * Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-084-27/+19
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-082-3/+3
| * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-084-0/+37
* | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-128-4/+212
|\ \
| * | Improve the action and throw-label names.Chris Doherty2014-09-123-6/+9
| * | Re-implement immediate reboot using throw/catch, so all the end-of-runChris Doherty2014-09-103-2/+6
| * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless;Chris Doherty2014-09-101-7/+6
| * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-102-9/+21
| * | Elaborate the specs a bit to make sure we're generating the correct reboot sh...Chris Doherty2014-09-101-5/+3
| * | Chef::Rebooter -> Chef::Platform::RebooterChris Doherty2014-09-102-23/+25
| * | Support whyrun.Chris Doherty2014-09-101-10/+16
| * | Modulify.Chris Doherty2014-09-101-2/+2
| * | Repair hacky use of rspec.Chris Doherty2014-09-101-9/+1
| * | Spec for the actual reboot code.Chris Doherty2014-09-101-5/+13
| * | Switch from class variables to class instance variables; tweak temporary logg...Chris Doherty2014-09-102-34/+24
| * | For deciding whether or not to actually reboot, use *only* our internal imple...Chris Doherty2014-09-101-2/+1
| * | In specs, and possibly elsewhere, Chef::DSL::RebootPending can get mixed in w...Chris Doherty2014-09-101-1/+2
| * | Remove the timestamp attribute, which isn't actually settable by the user.Chris Doherty2014-09-102-5/+0
| * | -h is halt, -r is reboot.Chris Doherty2014-09-101-1/+1
| * | Various tidying-up.Chris Doherty2014-09-102-7/+1
| * | 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending.Chris Doherty2014-09-104-10/+15
| * | Log shutdown command string.Chris Doherty2014-09-101-0/+10
| * | Move reboot data into run_context. (Dan D. confirms his prior opinions from h...Chris Doherty2014-09-104-19/+37