Merge branch 'feature/debian' into 'develop'

Prepare for debian packaging

Just for review

See merge request !1
diff --git a/glusterfs/client.sls b/glusterfs/client.sls
index b4a20aa..9d7732b 100644
--- a/glusterfs/client.sls
+++ b/glusterfs/client.sls
@@ -15,7 +15,7 @@
     - device: {{ volume.server }}:/{{ name }}
     - fstype: glusterfs
     - mkmnt: true
-    - opts: {{ volume.get('opts', 'defaults') }}
+    - opts: {{ volume.get('opts', 'defaults,nobootwait') }}
     - require:
       - pkg: glusterfs_client_packages