diff options
| author | James Shubin <james@shubin.ca> | 2013-10-10 18:26:13 -0400 |
|---|---|---|
| committer | James Shubin <james@shubin.ca> | 2013-10-10 18:26:13 -0400 |
| commit | b9153d8859b11d9672ba285dc0f281b0bdf78119 (patch) | |
| tree | 753dfe4afbf3cd741216c3c96e575f7a54b9b084 /manifests/brick | |
| parent | 24ef469df05f552c5c7d4b5bd46fff740557b4e2 (diff) | |
| download | puppet-gluster-b9153d8859b11d9672ba285dc0f281b0bdf78119.tar.gz puppet-gluster-b9153d8859b11d9672ba285dc0f281b0bdf78119.tar.xz puppet-gluster-b9153d8859b11d9672ba285dc0f281b0bdf78119.zip | |
Module needs a better description.
While the module can still be used in a simple way:
* It is pretty complicated at this point. It does some advanced stuff.
* I wanted to avoid confusion with gluster::simple which is coming soon.
Diffstat (limited to 'manifests/brick')
| -rw-r--r-- | manifests/brick/ext4.pp | 2 | ||||
| -rw-r--r-- | manifests/brick/xfs.pp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/brick/ext4.pp b/manifests/brick/ext4.pp index 30c36c4..1944bbb 100644 --- a/manifests/brick/ext4.pp +++ b/manifests/brick/ext4.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <james@shubin.ca> # diff --git a/manifests/brick/xfs.pp b/manifests/brick/xfs.pp index 20ee1db..c372219 100644 --- a/manifests/brick/xfs.pp +++ b/manifests/brick/xfs.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <james@shubin.ca> # |
