summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount/solaris.rb
Commit message (Expand)AuthorAgeFilesLines
* 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