summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Deygas <Vincent.Deygas@rewardgateway.com>2015-01-20 09:57:17 +0000
committerJames Shubin <james@shubin.ca>2015-01-20 05:59:13 -0500
commit7983670733c1d48a274e5d925d1f13004c6a69b2 (patch)
tree6eb1e1421e576e57f8233272bab09816289018db
parentbf64d77d729383bd8fd4a5a779cc86dc7ec8a61b (diff)
downloadpuppet-gluster-7983670733c1d48a274e5d925d1f13004c6a69b2.tar.gz
puppet-gluster-7983670733c1d48a274e5d925d1f13004c6a69b2.tar.xz
puppet-gluster-7983670733c1d48a274e5d925d1f13004c6a69b2.zip
Added default hiera datas for debian osfamily
-rw-r--r--data/params/Debian.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/params/Debian.yaml b/data/params/Debian.yaml
index 16fc9cc..2fc71ae 100644
--- a/data/params/Debian.yaml
+++ b/data/params/Debian.yaml
@@ -4,6 +4,9 @@ gluster::params::package_glusterfs: 'glusterfs-client'
gluster::params::package_glusterfs_api: '' # doesn't exist
gluster::params::package_glusterfs_fuse: '' # doesn't exist
gluster::params::service_glusterd: 'glusterfs-server'
+
+gluster::params::program_fping: '/usr/bin/fping'
+gluster::params::program_awk: '/usr/bin/awk'
# TODO: the debian family of glusterd needs a reload command in the init file !
gluster::params::misc_gluster_reload: '/usr/sbin/service glusterfs-server restart'
# vim: ts=8