summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
Commit message (Collapse)AuthorAgeFilesLines
* Added default log directoryVincent Deygas2015-01-201-0/+4
|
* Managed awk path in gluster::paramVincent Deygas2015-01-201-0/+1
|
* Add Gluster 3.6.1 compatibility for CentOS 6.6 and SELinux support.Jack D Peterson2015-01-191-0/+3
| | | | | | | | | This resolves repeated modification to --- /var/lib/glusterd/glusterd.info @@ -1,2 +1 @@ UUID=abc.def.xyz -operating-version=1
* Clean up / make more consistent CentOS 7 fixes.James Shubin2014-11-241-3/+4
| | | | | | | | | | | This does some small fixes to rbarlow's original commit (merged). Originally, I wasn't sure it was the correct patch, and I implemented something different to try it out a different way, but in the end, I realized that rbarlow's method was better! rbarlow, you're on your way to becoming a puppet superstar! This patch just makes some small changes so that the code is consistent, and nitpitcks a bit.
* Add support for CentOS 7.0.Randy Barlow2014-11-221-1/+4
|
* Add btrfs support.James Shubin2014-09-261-0/+2
| | | | | | | | | | | | | | This patch adds btrfs support to puppet-gluster. This is not (yet) officially supported by GlusterFS but should work. It is being added here to make it easier to test with GlusterFS and report bugs. Special thanks to Eric Sandeen for adding --uuid support to mkfs.btrfs: https://bugzilla.redhat.com/show_bug.cgi?id=1094857 Tracker bug for this feature is: https://bugzilla.redhat.com/show_bug.cgi?id=1094860
* Make puppet::facter optional.James Shubin2014-08-041-11/+24
| | | | | | This can be set with hiera: gluster::params::include_puppet_facter can be set to false or 'false' to make puppet::facter optional. The downside is that setting gluster::params::program_gluster won't apply to facts.
* Pull the repo base directly from the centralized params.pp file.James Shubin2014-05-081-0/+1
|
* Comma fixGilles Dubreuil2014-05-071-1/+1
|
* Use the correct path for findmnt on Fedora.James Shubin2014-05-071-0/+1
| | | | | | This patch is dedicated to Gilles who didn't like the findmnt patch initially, but now loves it because it is cross distro friendly :) Thanks for all your time testing Puppet-Gluster... More eyes helps!
* Add Debian/Ubuntu specific service naming changes.James Shubin2014-05-071-0/+3
| | | | | This patch also generalizes the service name, so that other operating systems will also benefit from this patch by dropping in a yaml file.
* Pull more operating system specific data from yaml files.James Shubin2014-05-071-0/+40
| | | | This patch includes program paths.
* Pull operating system specific data from yaml files.James Shubin2014-05-071-0/+38
This patch includes package names.