summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-04-29 04:17:02 -0400
committerJames Shubin <james@shubin.ca>2014-05-07 12:52:05 -0400
commitad157b418dac57d4d32fe39fcd74dcfde6c6b8be (patch)
tree2c5c80130c361b7e749277ba6b202c61fb3087c4 /data
parente1d3c37ba58ace9bbdd00911b2e47c645f7f18b7 (diff)
downloadpuppet-gluster-ad157b418dac57d4d32fe39fcd74dcfde6c6b8be.tar.gz
puppet-gluster-ad157b418dac57d4d32fe39fcd74dcfde6c6b8be.tar.xz
puppet-gluster-ad157b418dac57d4d32fe39fcd74dcfde6c6b8be.zip
Add Debian/Ubuntu specific service naming changes.
This patch also generalizes the service name, so that other operating systems will also benefit from this patch by dropping in a yaml file.
Diffstat (limited to 'data')
-rw-r--r--data/tree/Debian.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/tree/Debian.yaml b/data/tree/Debian.yaml
index a6be355..098123c 100644
--- a/data/tree/Debian.yaml
+++ b/data/tree/Debian.yaml
@@ -3,4 +3,7 @@
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'
+# 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