summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_env.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-6/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* mechanical conversion of most debug log statements to traceThom May2018-03-261-7/+7
| | | | Signed-off-by: Thom May <thom@chef.io>
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-2/+2
| | | | | | Don't require providers in the resources since we map these automatically. Also remove or simplify the platform restrictions in the provides lines in the resources. We're not really getting anything from these the way we wire up resources. Signed-off-by: Tim Smith <tsmith@chef.io>
* require file as per alphabetical orderharikesh-kolekar2018-01-311-4/+1
| | | | Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>
* rename env resource to windows_envharikesh-kolekar2018-01-301-0/+210
Signed-off-by: harikesh-kolekar <harikesh.kolekar@msystechnologies.com>