summaryrefslogtreecommitdiff
path: root/lib/chef/util/windows/volume.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-15/+9
| | | | | | department of redundancy department Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-2/+2
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Stop using @instance_variableJay Mundrawala2015-08-271-5/+9
|
* Remove unused thingsJay Mundrawala2015-08-271-5/+0
|
* Use ffi for GetVolumeNameForVolumeMountPointJay Mundrawala2015-08-271-5/+4
|
* Convert SetVolumeMountPoint to use ffiJay Mundrawala2015-08-271-2/+4
|
* Rewrite DeleteVolumeMountPoint to use FFIJay Mundrawala2015-08-271-5/+5
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
|
* Support username, password, domain for mounting windows drivesMukta A2013-06-111-2/+2
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+59
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!