summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_env.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
| | | | | | | i like this one, gives visual priority to returns or raises that are buried in the middle of things. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
| | | | | | | This gives a speed boost since rubygems does not have to scan through every gem in the gemset in order to find the file. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* 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>