summaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorVincent Deygas <Vincent.Deygas@rewardgateway.com>2015-01-20 09:31:37 +0000
committerJames Shubin <james@shubin.ca>2015-01-20 05:41:12 -0500
commit30fda96121c6037e3c4d0855f5fdbb713b618035 (patch)
tree9d286c8af8c63ba2f8e8e94c1bcf915075967260 /manifests/params.pp
parent8f3bd5670b2ea59067faafbfd7c5246bc01b4004 (diff)
downloadpuppet-gluster-30fda96121c6037e3c4d0855f5fdbb713b618035.tar.gz
puppet-gluster-30fda96121c6037e3c4d0855f5fdbb713b618035.tar.xz
puppet-gluster-30fda96121c6037e3c4d0855f5fdbb713b618035.zip
Added default log directory
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/',