-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from gildub/gluster2
Switching gluster to master branch where RHS and other fixes have been m...
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule gluster
updated
23 files
+2 −0 | .gitignore | |
+298 −4 | DOCUMENTATION.md | |
+138 −2 | Makefile | |
+1 −0 | README.md | |
+1 −0 | VERSION | |
+5 −5 | builder/Makefile | |
+13 −0 | builder/versions/template.sh | |
+28 −0 | examples/gluster-simple-physical-example-best.pp | |
+39 −0 | manifests/api.pp | |
+66 −11 | manifests/brick.pp | |
+1 −1 | manifests/mount.pp | |
+7 −0 | manifests/mount/base.pp | |
+7 −0 | manifests/server.pp | |
+45 −40 | manifests/simple.pp | |
+20 −5 | manifests/volume.pp | |
+ − | puppet-gluster-documentation.pdf | |
+49 −0 | puppet-gluster.spec.in | |
+13 −7 | vagrant/gluster/Vagrantfile | |
+1 −1 | vagrant/gluster/puppet/modules/common | |
+1 −1 | vagrant/gluster/puppet/modules/keepalived | |
+1 −1 | vagrant/gluster/puppet/modules/puppet | |
+1 −1 | vagrant/gluster/puppet/modules/shorewall | |
+1 −1 | vagrant/gluster/puppet/modules/yum |