summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index d1113da..98130f2 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -63,6 +63,10 @@ class gluster::params(
# external modules...
$include_puppet_facter = true,
+ # Default directories
+ # See http://manpages.ubuntu.com/manpages/trusty/man8/mount.glusterfs.8.html
+ $misc_gluster_logs = '/var/log/glusterfs/',
+
# misc...
$misc_gluster_reload = '/sbin/service glusterd reload',
$misc_gluster_repo = 'https://download.gluster.org/pub/gluster/glusterfs/',