summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorJack D Peterson <jack.peterson@gmail.com>2015-01-15 10:43:39 -0800
committerJames Shubin <james@shubin.ca>2015-01-19 18:52:46 -0500
commit1e5e254c54e886131e7e0ca70c5bfa4cdc556a8f (patch)
tree8d11f3be9687a57e00070294f56647a0193513d5 /manifests/params.pp
parent8f046435d2357ec2cd149a3e4bec56fc172bcc33 (diff)
downloadpuppet-gluster-1e5e254c54e886131e7e0ca70c5bfa4cdc556a8f.tar.gz
puppet-gluster-1e5e254c54e886131e7e0ca70c5bfa4cdc556a8f.tar.xz
puppet-gluster-1e5e254c54e886131e7e0ca70c5bfa4cdc556a8f.zip
Add Gluster 3.6.1 compatibility for CentOS 6.6 and SELinux support.
This resolves repeated modification to --- /var/lib/glusterd/glusterd.info @@ -1,2 +1 @@ UUID=abc.def.xyz -operating-version=1
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index ce8ef4d..7b3f6bd 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -53,6 +53,9 @@ class gluster::params(
$program_fping = '/usr/sbin/fping',
$program_findmnt = '/bin/findmnt',
+ # SELinux
+ $selinux_glusterd_seluser = 'system_u',
+
# services...
$service_glusterd = 'glusterd',