summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/mount.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-0/+2
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
* mount resource : allow to mount cgroupsNicolas Szalay2014-10-151-1/+1
* there is always an option!James Belchamber2014-08-211-5/+1
* remount now honours optionsJames Belchamber2014-08-211-1/+5
* Add word boundary to mount point regexp in mount mounted functionEric Herot2014-07-301-1/+1
* Add word boundary to mount point regexp in mount disable functionEric Herot2014-07-301-1/+1
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-281-1/+1