summaryrefslogtreecommitdiff
path: root/lib/chef/provider/env/windows.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ensure delete ENV[var] from current processJay Mundrawala2014-10-211-2/+4
|
* Moved windows environment helper functions to their own modulejdmundrawala/windows_env_pathJay Mundrawala2014-09-111-23/+2
|
* Use windows api to expand path. Cleaned up testsJay Mundrawala2014-09-111-5/+5
|
* Fix setting Path for WindowsAlex Slynko2014-09-101-1/+13
|
* Issue 1754: Chef::Exceptions::Env exception when modifying env resource ↵adamedx2014-08-111-9/+5
| | | | using key_name attribute that differs in case from the environment variable name
* include module on windows onlyClaire McQuin2014-06-191-4/+2
|
* Use FFI binders to attach :SendMessageTimeout instead of Win32API in order ↵sersut2014-06-191-4/+3
| | | | | | to disable annoying message of: DL is deprecated, please use Fiddle
* Added two lines so changes in the environment variables are can be used in ↵Sander van Harmelen2014-06-051-0/+2
| | | | | | | | | the same chef-run that sets them These two lines add or remove environment variables from the Ruby ENV object, so that right after setting the new variables you can use them in later steps in the same chef run. Without these lines you need a second chef run if preceding steps depend on the newly added variables.
* Fix merge issue with incorrect use of wmi_object key instead of ↵Adam Edwards2014-05-301-2/+2
| | | | wmi_ole_object method
* Remove debug outputAdam Edwards2014-05-301-2/+0
|
* Use wmi-lite gem dependency for wmi accessAdam Edwards2014-05-301-1/+1
|
* Re-implement ruby-wmi functionalityAdam Edwards2014-05-301-3/+12
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+75
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!