summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-281-1/+1
* Use real path while checking for mounted directories.sersut2013-10-171-4/+14
* Normalize whitespace on all filesSeth Vargo2013-09-262-16/+16