summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
Commit message (Expand)AuthorAgeFilesLines
* Update commentLance Albertson2021-03-291-1/+1
* Fix idempotency issues with network mountsLance Albertson2021-03-291-1/+6
* Move idempotency logs to debugPhil Dibowitz2021-03-061-5/+5
* Fixed aix spec failure when the target state is to disable the mount.antima-gupta2020-11-241-1/+1
* Removed '/' from mount_point property.antima-gupta2020-11-111-1/+1
* Fixes for CIFS mount not idempotent issue.antima-gupta2020-11-111-3/+5
* fixed chef-style spec failure.antima-gupta2020-10-281-4/+4
* Moved device_fstab method from provider/mount/mount.rb to provider/mount.rb.antima-gupta2020-10-281-2/+17
* Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-031-2/+0
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-5/+5
* 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-3/+3
* mechanical conversion of most debug log statements to traceThom May2018-03-261-12/+12
* update mount to use properties and fix 6851Thom May2018-03-141-1/+9
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* Alias unmount to umount for mount resourceGrant Ridder2016-11-301-0/+2
* Revert PR #1796.cd/mount-remount-optionsChris Doherty2016-03-311-7/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-7/+7
* now just using action_remount!James Belchamber2015-08-181-16/+1
* mount now remounts if options changeJames Belchamber2015-08-181-11/+0
* mount now remounts if options changeJames Belchamber2015-08-181-1/+31
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-2/+0
* Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-021-2/+2
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-1/+2
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-2/+2
* spec test the retry failure loopLamont Granquist2014-05-281-3/+10
* don't infinite loop on umounting the filesystemLamont Granquist2014-05-281-1/+12
* fix spec testLamont Granquist2014-05-281-1/+1
* moar comment tweaksLamont Granquist2014-05-281-2/+3
* comment tweakLamont Granquist2014-05-281-1/+1
* comment tweaksLamont Granquist2014-05-281-1/+5
* code review updateLamont Granquist2014-05-281-27/+44
* update date in copyrightLamont Granquist2014-05-281-1/+1
* copyright updateLamont Granquist2014-05-281-2/+3
* whitespaceLamont Granquist2014-05-281-1/+0
* fix mount specs busted by refactoringLamont Granquist2014-05-281-5/+9
* add back a bit of debuggingLamont Granquist2014-05-281-0/+4
* make umount/mount style remount possibleLamont Granquist2014-05-281-8/+12
* status thingy was completely useless or wrongLamont Granquist2014-05-281-24/+14
* fix copypasta output issues in enable/disable actionsLamont Granquist2014-05-281-2/+2
* Normalize whitespace on all filesSeth Vargo2013-09-261-12/+12
* Check if mount options have changed in the enable actionKristian Vlaardingerbroek2013-04-121-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+128