summaryrefslogtreecommitdiffstats
path: root/data/tree/RedHat/CentOS/7.0.1406.yaml
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-11-24 05:30:08 -0500
committerJames Shubin <james@shubin.ca>2014-11-24 05:30:08 -0500
commit784bc89273f636bdcd4bd5ff13cf3c04bd3d932a (patch)
tree5666c5024a98027dbf9ae94d95fadce63efc0586 /data/tree/RedHat/CentOS/7.0.1406.yaml
parentd61ae97bea12d2aaf8b952927789eb0682d1f173 (diff)
downloadpuppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.tar.gz
puppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.tar.xz
puppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.zip
Clean up / make more consistent CentOS 7 fixes.
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.
Diffstat (limited to 'data/tree/RedHat/CentOS/7.0.1406.yaml')
-rw-r--r--data/tree/RedHat/CentOS/7.0.1406.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/tree/RedHat/CentOS/7.0.1406.yaml b/data/tree/RedHat/CentOS/7.0.1406.yaml
index bec053d..711addd 100644
--- a/data/tree/RedHat/CentOS/7.0.1406.yaml
+++ b/data/tree/RedHat/CentOS/7.0.1406.yaml
@@ -1,5 +1,5 @@
+# gluster/data/tree/RedHat/CentOS/7.0.1406.yaml
---
-gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd'
gluster::params::package_python_argparse: '' # doesn't exist
gluster::params::program_modprobe: '/usr/sbin/modprobe'
gluster::params::program_lsmod: '/usr/sbin/lsmod'
@@ -11,10 +11,12 @@ gluster::params::program_vgs: '/usr/sbin/vgs'
gluster::params::program_lvs: '/usr/sbin/lvs'
gluster::params::program_pvdisplay: '/usr/sbin/pvdisplay'
gluster::params::program_vgdisplay: '/usr/sbin/vgdisplay'
+#gluster::params::program_lvdisplay: '/usr/sbin/lvdisplay'
gluster::params::program_mkfs_xfs: '/usr/sbin/mkfs.xfs'
gluster::params::program_mkfs_ext4: '/usr/sbin/mkfs.ext4'
gluster::params::program_mkfs_btrfs: '/usr/sbin/mkfs.btrfs'
gluster::params::program_findmnt: '/usr/bin/findmnt'
-gluster::params::repo_operatingsystemrelease: '7'
+gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd'
+gluster::params::misc_repo_operatingsystemrelease: '7'
# vim: ts=8