summaryrefslogtreecommitdiffstats
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Add nofail and nobootwait for respective OSesJack Peterson2015-03-091-0/+4
| | | | | | | The purpose of this PR is to allow failed fstab entries to not cause an OS to hang on boot. This is particularly problematic on cloud providers like AWS where there is not a quick way to manage an instance and select a skip option prior to SSH access becoming available.
* Set correct SELinux value for CentOS 6.5James Shubin2015-01-291-0/+1
|
* Used owner/group param for file/directory. Needed because group "nobody" ↵Vincent Deygas2015-01-211-0/+5
| | | | doesn't exist on Ubuntu systems, see : http://askubuntu.com/questions/138972/what-is-the-equivalent-user-for-nobodynobody-from-centos
* Added default hiera datas for debian osfamilyVincent Deygas2015-01-201-0/+3
|
* Add some small formatting fixes.James Shubin2015-01-194-12/+11
|
* Add Gluster 3.6.1 compatibility for CentOS 6.6 and SELinux support.Jack D Peterson2015-01-192-0/+14
| | | | | | | | | This resolves repeated modification to --- /var/lib/glusterd/glusterd.info @@ -1,2 +1 @@ UUID=abc.def.xyz -operating-version=1
* Add additional detection message to avoid false positive warnings.James Shubin2014-12-241-0/+1
|
* Update naming of os-independent-puppet data directory.James Shubin2014-12-2326-48/+48
| | | | | This makes more logical sense, particularly if using data in modules for more than one purpose.
* Add operating version for upcoming 3.7 release.James Shubin2014-12-181-0/+4
|
* Replace the hard-coded gluster operating version table with hiera data.James Shubin2014-12-165-0/+18
|
* Clean up / make more consistent CentOS 7 fixes.James Shubin2014-11-241-2/+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-0/+20
|
* Add btrfs support.James Shubin2014-09-261-0/+1
| | | | | | | | | | | | | | 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
* Update data file for RHEL7.James Shubin2014-06-031-0/+2
|
* Pull the repo base directly from the centralized params.pp file.James Shubin2014-05-081-1/+1
|
* Additional small fixes...James Shubin2014-05-071-0/+4
|
* 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 Fedora/RedHat specific yaml data changes.James Shubin2014-05-074-0/+27
| | | | | | The Fedora changes are specific to F20 era changes. If you are interested in having this compatible with an old version of Fedora, you can drop in a Fedora version specific yaml file.
* 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.
* Add Debian/Ubuntu specific packaging changes.James Shubin2014-05-071-1/+3
|
* Pull operating system specific data from yaml files.James Shubin2014-05-0712-0/+55
This patch includes package names.