summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-01-24 19:19:15 -0500
committerJames Shubin <james@shubin.ca>2014-01-24 20:44:08 -0500
commit0191594e5390a70503b0dce177d2998a0a0f434a (patch)
treec36027e916409b29b0e21d7f312776db45914756 /manifests
parent7448b4712fda8c0a9c982d5b3a66846b2e92d0e6 (diff)
downloadpuppet-gluster-0191594e5390a70503b0dce177d2998a0a0f434a.tar.gz
puppet-gluster-0191594e5390a70503b0dce177d2998a0a0f434a.tar.xz
puppet-gluster-0191594e5390a70503b0dce177d2998a0a0f434a.zip
Small bugfixes.
It seems the seluser is now server_t. If someone thinks it should be different, please let me know! I think the --xml output of gluster volume status --xml <v> changed.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/host.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index d4c0a9c..6ed4262 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -121,7 +121,7 @@ define gluster::host(
group => root,
mode => 600, # u=rw,go=r
seltype => 'glusterd_var_lib_t',
- seluser => 'unconfined_u',
+ seluser => 'system_u',
ensure => present,
notify => Service['glusterd'],
require => File['/var/lib/glusterd/'],
@@ -207,7 +207,7 @@ define gluster::host(
# NOTE: this mode was found by inspecting the process
mode => 600, # u=rw,go=r
seltype => 'glusterd_var_lib_t',
- seluser => 'unconfined_u',
+ seluser => 'system_u',
notify => [
# propagate the notify up
File['/var/lib/glusterd/peers/'],