summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/mount.rb
Commit message (Expand)AuthorAgeFilesLines
* Renamed device_with_space_escape and added explanation commentspratixha2022-04-061-3/+3
* Mount: device name space character substituted with ascii valuesmriti2022-04-061-0/+8
* Mount: resource with loop option not idempotentsmriti2021-11-301-1/+1
* Revert "Kept a check in pattern matching for a mount of type loop"Tim Smith2021-05-101-5/+0
* Kept a check in pattern matching for a mount of type loopsmriti2021-04-221-0/+5
* Move idempotency logs to debugPhil Dibowitz2021-03-061-5/+5
* Fix network mounts which use the root level as the deviceLance Albertson2021-02-121-1/+1
* Fixed aix spec failure when the target state is to disable the mount.antima-gupta2020-11-241-2/+1
* Updated device_real method to fix aix test failure.antima-gupta2020-11-241-1/+2
* Updated edit_fstab method as per review comment.antima-gupta2020-11-131-7/+7
* Removed default action value as per review comment.antima-gupta2020-11-121-2/+2
* updated method name from update_or_delete_fs to edit_fstab as per review comm...antima-gupta2020-11-121-4/+4
* Fixed chefstyle failure.antima-gupta2020-11-121-2/+2
* Added update_or_delete_fs method to fix the order change.antima-gupta2020-11-121-26/+38
* Updated enabled? method to fix multiple entry issue in fstab.antima-gupta2020-11-121-4/+0
* Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-111-1/+2
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-281-11/+0
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the chef-utils helpers in our resourcesTim Smith2020-02-251-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-3/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fix a typoLamont Granquist2018-08-101-1/+1
* review fixesLamont Granquist2018-08-101-1/+4
* add centos-7 rspec testingLamont Granquist2018-08-101-0/+1
* rebase + squashLamont Granquist2018-07-061-12/+15
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-14/+14
* update mount to use properties and fix 6851Thom May2018-03-141-7/+8
* Update logic in mount/mount.rb and mount/mount_spec.rbChibuikem Amaechi2018-01-291-8/+4
* Improve handling of default mount optionsChibuikem Amaechi2018-01-291-1/+10
* Update /etc/fstab on FreeBSD #4959Chibuikem Amaechi2018-01-291-1/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-2/+2
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* linux mount provider - skip device detection for zfsTomasz Rudzki (ttr)2016-12-011-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-4/+4
* Vbox's shared filesystem driver uses non-file device names too. Noah Kantrowitz2016-03-101-1/+1
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-11/+11