summaryrefslogtreecommitdiffstats
path: root/lib/facter/gluster_property.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix small bugs for setgroups.James Shubin2014-03-161-2/+2
|
* Add advanced set group support for anyone without stock support.James Shubin2014-03-161-17/+51
| | | | | | | This adds custom set group support for users that might not have the feature (I think it might only exist in RHS) and also to users who want to add their own custom groups! Please ping me if the stock groups gain or lose parameters, or if their set values change!
* Add support for volume set groups.James Shubin2014-03-161-0/+69
This adds support for setting volume set groups which are groups of properties that are set all at once on a volume. This is managed in a clever way, so that if the definition of what a certain group contains gets updated by the package manager, your volumes will get updated too, on the next puppet run.