summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2015-01-21 14:00:46 -0500
committerJames Shubin <james@shubin.ca>2015-01-21 14:00:46 -0500
commita2189f12bc3499153afb13853e9aaf7ab8116cb3 (patch)
treea905364ae8409cc33f9f1970c53eb819b93d17b9
parent65e3682fb3ad1e562ebd0b8f8d16122229a96d58 (diff)
downloadpuppet-gluster-a2189f12bc3499153afb13853e9aaf7ab8116cb3.tar.gz
puppet-gluster-a2189f12bc3499153afb13853e9aaf7ab8116cb3.tar.xz
puppet-gluster-a2189f12bc3499153afb13853e9aaf7ab8116cb3.zip
Reorganized params.pp file for consistency.
-rw-r--r--manifests/params.pp10
1 files 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/',