summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/solaris.rb
Commit message (Expand)AuthorAgeFilesLines
* rebase + squashLamont Granquist2018-07-061-6/+9
* 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-261-6/+6
|/
* Clean up mount provider teststm/6851Thom May2018-03-141-13/+14
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* 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
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-22/+22
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-5/+5
* 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-021-0/+2
* Execute and Script Resource improvementsLamont Granquist2014-12-081-1/+1
* 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 shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* fixes from dan code reviewLamont Granquist2014-06-041-1/+2
* move validation to resource codeLamont Granquist2014-06-021-4/+0
* enable_fs tests and target perms fixupLamont Granquist2014-06-021-14/+14
* adding disable_fs unit testsLamont Granquist2014-05-301-6/+18
* more unit testingLamont Granquist2014-05-301-31/+37
* more progress on unit tests...Lamont Granquist2014-05-301-9/+8
* fix typo, thnx @juliandunnLamont Granquist2014-05-291-1/+1
* fixes and unit test progressLamont Granquist2014-05-291-21/+27
* the #enabled? method had side effectsLamont Granquist2014-05-291-11/+11
* add VFSTAB constantLamont Granquist2014-05-291-7/+9
* better tempfile handlingLamont Granquist2014-05-291-12/+12
* unfished refactoring of vfstab editingLamont Granquist2014-05-291-4/+1
* remove FIXMELamont Granquist2014-05-291-1/+0
* use delegationLamont Granquist2014-05-291-37/+43
* syntax: remove doLamont Granquist2014-05-291-7/+19
* turn mountable? into define_resource_requirementsLamont Granquist2014-05-291-19/+18
* remove redundant debuggingLamont Granquist2014-05-291-2/+1
* remove boolean returns + cleanup #mounted?Lamont Granquist2014-05-291-10/+6
* lcr doesn't return crLamont Granquist2014-05-291-1/+0
* fixes and func testsLamont Granquist2014-05-291-2/+3
* make sure functions return true after actionsLamont Granquist2014-05-291-7/+6
* remove lots of codeLamont Granquist2014-05-291-58/+35
* be more explicit about API vs implementationLamont Granquist2014-05-291-75/+77
* code cleanup and simplificationLamont Granquist2014-05-291-111/+79
* Add mount provider for Solaris OS and derivatesHugo Fichter2014-05-291-0/+257