From 0c9109de125eb81b8a7d920ab9ee2e364e383b26 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 29 Apr 2014 04:46:43 -0400 Subject: Use the correct path for findmnt on Fedora. 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! --- data/tree/RedHat/Fedora.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'data/tree') diff --git a/data/tree/RedHat/Fedora.yaml b/data/tree/RedHat/Fedora.yaml index ededc44..856eebe 100644 --- a/data/tree/RedHat/Fedora.yaml +++ b/data/tree/RedHat/Fedora.yaml @@ -14,6 +14,7 @@ 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_findmnt: '/usr/bin/findmnt' gluster::params::misc_gluster_reload: '/usr/bin/systemctl reload glusterd' # vim: ts=8 -- cgit