summaryrefslogtreecommitdiffstats
path: root/lib/facter/gluster_version.rb
Commit message (Collapse)AuthorAgeFilesLines
* Silence stderr from 'which' when gluster is not installed yet.James Shubin2014-05-161-1/+1
|
* Pull more operating system specific data from yaml files.James Shubin2014-05-071-1/+8
| | | | This patch includes program paths.
* Module needs a better description.James Shubin2013-10-101-1/+1
| | | | | | | While the module can still be used in a simple way: * It is pretty complicated at this point. It does some advanced stuff. * I wanted to avoid confusion with gluster::simple which is coming soon.
* Add gluster version fact and operating-version templating.James Shubin2013-09-231-0/+32
Puppet-gluster now correctly picks the operating-version value from a table of known version -> value correspondences. Future value additions should be added to this table.