summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorVincent Deygas <Vincent.Deygas@rewardgateway.com>2015-01-21 11:25:22 +0000
committerJames Shubin <james@shubin.ca>2015-01-21 13:57:45 -0500
commit65e3682fb3ad1e562ebd0b8f8d16122229a96d58 (patch)
treebcdb9ef983eb3414e60b510245341d335ccaf4a8 /data
parent7983670733c1d48a274e5d925d1f13004c6a69b2 (diff)
downloadpuppet-gluster-65e3682fb3ad1e562ebd0b8f8d16122229a96d58.tar.gz
puppet-gluster-65e3682fb3ad1e562ebd0b8f8d16122229a96d58.tar.xz
puppet-gluster-65e3682fb3ad1e562ebd0b8f8d16122229a96d58.zip
Used owner/group param for file/directory. Needed because group "nobody" doesn't exist on Ubuntu systems, see : http://askubuntu.com/questions/138972/what-is-the-equivalent-user-for-nobodynobody-from-centos
Diffstat (limited to 'data')
-rw-r--r--data/params/Debian.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/params/Debian.yaml b/data/params/Debian.yaml
index 2fc71ae..1c051bc 100644
--- a/data/params/Debian.yaml
+++ b/data/params/Debian.yaml
@@ -5,6 +5,11 @@ gluster::params::package_glusterfs_api: '' # doesn't exist
gluster::params::package_glusterfs_fuse: '' # doesn't exist
gluster::params::service_glusterd: 'glusterfs-server'
+# Owner/Group
+gluster::params::misc_owner_root: 'root'
+gluster::params::misc_group_root: 'root'
+gluster::params::misc_group_nobody: 'nogroup'
+
gluster::params::program_fping: '/usr/bin/fping'
gluster::params::program_awk: '/usr/bin/awk'
# TODO: the debian family of glusterd needs a reload command in the init file !