summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount
Commit message (Expand)AuthorAgeFilesLines
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* fix review commentsdheerajd-msys2018-06-081-4/+2
* added check for mount_point in namedheerajd-msys2018-06-081-1/+3
* MSYS-807 fix mount point error windowsdheerajd-msys2018-06-081-1/+1
* Merge pull request #7030 from chef/tm/fix_mount_optionsTim Smith2018-03-261-4/+4
|\
| * Ensure that we pass the correct options to mounttm/fix_mount_optionsThom May2018-03-221-4/+4
* | mechanical conversion of most debug log statements to traceThom May2018-03-264-39/+39
|/
* Clean up mount provider teststm/6851Thom May2018-03-142-14/+15
* update mount to use properties and fix 6851Thom May2018-03-141-7/+8
* 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
* 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
* [MSYS-590] Make mount idempotent on Aix (#6213)NAshwini2017-07-051-8/+49
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-4/+4
* 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
* Merge pull request #4692 from chef/salam/mount-fixSalim Alam2016-03-111-0/+6
|\
| * Make mount idempotent on Windowssalam/mount-fixSalim Alam2016-03-101-0/+6
* | 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-053-8/+8
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-4/+4
* Use double quotes by defaultThom May2016-01-144-28/+28
* really fix copslcg/really-fix-copsLamont Granquist2016-01-123-24/+24
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-301-1/+1
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-0/+2
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-1/+1
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-022-0/+3
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+2
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-4/+3
* Execute and Script Resource improvementsLamont Granquist2014-12-081-1/+1
* 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
* CHEF-1737: Minor clean up.markgibbons2014-08-211-3/+2
* Fix review call outs.markgibbons2014-08-211-5/+6
* CHEF-1737: Fix noauto support.markgibbons2014-08-211-62/+100
* 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-292-4/+0
* fixes from dan code reviewLamont Granquist2014-06-041-1/+2
* move validation to resource codeLamont Granquist2014-06-021-4/+0