From a2189f12bc3499153afb13853e9aaf7ab8116cb3 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Wed, 21 Jan 2015 14:00:46 -0500 Subject: Reorganized params.pp file for consistency. --- manifests/params.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index 4582321..d53c599 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -57,17 +57,17 @@ class gluster::params( # SELinux $selinux_glusterd_seluser = 'system_u', - # Owner/Group - $misc_owner_root = 'root', - $misc_group_root = 'root', - $misc_group_nobody = 'nobody', - # services... $service_glusterd = 'glusterd', # external modules... $include_puppet_facter = true, + # Owner/Group + $misc_owner_root = 'root', + $misc_group_root = 'root', + $misc_group_nobody = 'nobody', + # Default directories # See http://manpages.ubuntu.com/manpages/trusty/man8/mount.glusterfs.8.html $misc_gluster_logs = '/var/log/glusterfs/', -- cgit