Skip to content

Commit

Permalink
Reorganized params.pp file for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed Jan 21, 2015
1 parent 65e3682 commit a2189f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
# 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/',
Expand Down

0 comments on commit a2189f1

Please sign in to comment.