summaryrefslogtreecommitdiff
path: root/lib/chef/provider/mount.rb
Commit message (Collapse)AuthorAgeFilesLines
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-7/+7
| | | | useless use of `"#{foo.to_s}"`
* now just using action_remount!James Belchamber2015-08-181-16/+1
|
* mount now remounts if options changeJames Belchamber2015-08-181-11/+0
|
* mount now remounts if options changeJames Belchamber2015-08-181-1/+31
|
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-021-2/+0
|
* Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-021-2/+2
|
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-021-1/+2
|
* fix aix related providers to replace popen4 with mixlib shell_outkaustubh-d2015-02-171-2/+2
|
* spec test the retry failure loopLamont Granquist2014-05-281-3/+10
| | | | | - create an accessor for dependency injection - make sure that it raises when it runs out of retries
* don't infinite loop on umounting the filesystemLamont Granquist2014-05-281-1/+12
|
* fix spec testLamont Granquist2014-05-281-1/+1
| | | | also drop the loop down to 0.1 sleep
* moar comment tweaksLamont Granquist2014-05-281-2/+3
|
* comment tweakLamont Granquist2014-05-281-1/+1
|
* comment tweaksLamont Granquist2014-05-281-1/+5
|
* code review updateLamont Granquist2014-05-281-27/+44
| | | | | | - add some comments on implementing subclass - use accessors not instance variables - poll instead of just sleeping
* update date in copyrightLamont Granquist2014-05-281-1/+1
|
* copyright updateLamont Granquist2014-05-281-2/+3
|
* whitespaceLamont Granquist2014-05-281-1/+0
|
* fix mount specs busted by refactoringLamont Granquist2014-05-281-5/+9
|
* add back a bit of debuggingLamont Granquist2014-05-281-0/+4
| | | | this is what the status lines were trying to do...
* make umount/mount style remount possibleLamont Granquist2014-05-281-8/+12
| | | | | | | the subclasses have code that clearly wants to do this, but since we never call remount_fs when the resource doesn't support remount the code in remount_fs to handle when the resource doesn't support remount is inaccessible code.
* status thingy was completely useless or wrongLamont Granquist2014-05-281-24/+14
| | | | | | | none of the subclasses return booleans here, most of the time the last line is a debug log message, which might have a side effect of returning true. either the subclass does the thing successfully or else it raises.
* fix copypasta output issues in enable/disable actionsLamont Granquist2014-05-281-2/+2
| | | | these were copied from "remount" without changing.
* Normalize whitespace on all filesSeth Vargo2013-09-261-12/+12
|
* Check if mount options have changed in the enable actionKristian Vlaardingerbroek2013-04-121-1/+1
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+128
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!