summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/aix.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Ensure that a new blank line `\n\n` is added when appending a new mount point...Gavin Reynolds2019-03-041-1/+1
* fix aix mount bugShaun Mouton2019-03-041-1/+1
* rebase + squashLamont Granquist2018-07-061-9/+10
* mechanical conversion of most debug log statements to traceThom May2018-03-261-12/+12
* Clean up mount provider teststm/6851Thom May2018-03-141-1/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Don't use .eql? in the aix mount provider (#6915)Tim Smith2018-02-271-7/+6
* [MSYS-590] Make mount idempotent on Aix (#6213)NAshwini2017-07-051-8/+49
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* 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-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-1/+1
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-0/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-6/+6
* fix indentations.kaustubh-d2013-07-221-14/+14
* implement review comment - updated_by_last_action is updated by parent.kaustubh-d2013-07-221-3/+0
* aix - mount fix disable_fs regex.kaustubh-d2013-07-221-1/+1
* Incorporated review commentsDeepali Jagtap2013-07-221-21/+21
* fix aix mount enabled? method to use proper regexkaustubh-d2013-07-221-10/+18
* Fix remount on AIX for mountdeepalijagtap2013-07-221-2/+8
* Added initialization for AIX resource class, corrected method:mounteddeepalijagtap2013-07-221-4/+23
* Commit changes to fix disable_fs for Mount on AIXdeepalijagtap2013-07-221-10/+28
* fix formatting and remove non-overridden methods.kaustubh-d2013-07-221-36/+17
* Mount changes for AIX (added code for enable/disable actionsdeepalijagtap2013-07-221-7/+42
* Provider class for Mount on AIXkaustubh-d2013-07-221-0/+115