diff options
author | James Shubin <[email protected]> | 2013-10-10 18:26:13 -0400 |
---|---|---|
committer | James Shubin <[email protected]> | 2013-10-10 18:26:13 -0400 |
commit | b9153d8859b11d9672ba285dc0f281b0bdf78119 (patch) | |
tree | 753dfe4afbf3cd741216c3c96e575f7a54b9b084 | |
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.
-rw-r--r-- | lib/facter/gluster_ports.rb | 2 | ||||
-rw-r--r-- | lib/facter/gluster_uuid.rb | 2 | ||||
-rw-r--r-- | lib/facter/gluster_version.rb | 2 | ||||
-rw-r--r-- | manifests/brick.pp | 2 | ||||
-rw-r--r-- | manifests/brick/ext4.pp | 2 | ||||
-rw-r--r-- | manifests/brick/xfs.pp | 2 | ||||
-rw-r--r-- | manifests/client.pp | 2 | ||||
-rw-r--r-- | manifests/client/base.pp | 2 | ||||
-rw-r--r-- | manifests/host.pp | 2 | ||||
-rw-r--r-- | manifests/host/data.pp | 2 | ||||
-rw-r--r-- | manifests/init.pp | 2 | ||||
-rw-r--r-- | manifests/server.pp | 2 | ||||
-rw-r--r-- | manifests/vardir.pp | 2 | ||||
-rw-r--r-- | manifests/volume.pp | 2 | ||||
-rw-r--r-- | manifests/volume/base.pp | 2 | ||||
-rw-r--r-- | manifests/volume/ping.pp | 2 | ||||
-rw-r--r-- | manifests/volume/property.pp | 2 | ||||
-rw-r--r-- | manifests/volume/property/data.pp | 2 | ||||
-rw-r--r-- | manifests/wrapper.pp | 2 | ||||
-rw-r--r-- | manifests/xml.pp | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/lib/facter/gluster_ports.rb b/lib/facter/gluster_ports.rb index 1d261a2..1eecf62 100644 --- a/lib/facter/gluster_ports.rb +++ b/lib/facter/gluster_ports.rb @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/lib/facter/gluster_uuid.rb b/lib/facter/gluster_uuid.rb index 80e4086..f1cd08f 100644 --- a/lib/facter/gluster_uuid.rb +++ b/lib/facter/gluster_uuid.rb @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/lib/facter/gluster_version.rb b/lib/facter/gluster_version.rb index 4a84b25..cc7bbac 100644 --- a/lib/facter/gluster_version.rb +++ b/lib/facter/gluster_version.rb @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/brick.pp b/manifests/brick.pp index 2ac1d6e..fe13f5d 100644 --- a/manifests/brick.pp +++ b/manifests/brick.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # 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 <[email protected]> # 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 <[email protected]> # diff --git a/manifests/client.pp b/manifests/client.pp index 559cafa..5ffe054 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/client/base.pp b/manifests/client/base.pp index 0d3866c..9ec232b 100644 --- a/manifests/client/base.pp +++ b/manifests/client/base.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/host.pp b/manifests/host.pp index cbccbf4..d30a9e4 100644 --- a/manifests/host.pp +++ b/manifests/host.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/host/data.pp b/manifests/host/data.pp index ee54efb..dad0b37 100644 --- a/manifests/host/data.pp +++ b/manifests/host/data.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/init.pp b/manifests/init.pp index 89d2f1c..952843f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/server.pp b/manifests/server.pp index a575a06..4215b08 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/vardir.pp b/manifests/vardir.pp index cff145e..2dd40d5 100644 --- a/manifests/vardir.pp +++ b/manifests/vardir.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/volume.pp b/manifests/volume.pp index 96e6bc0..8c79dd8 100644 --- a/manifests/volume.pp +++ b/manifests/volume.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/volume/base.pp b/manifests/volume/base.pp index 180db01..f284a16 100644 --- a/manifests/volume/base.pp +++ b/manifests/volume/base.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/volume/ping.pp b/manifests/volume/ping.pp index eb66408..34cce44 100644 --- a/manifests/volume/ping.pp +++ b/manifests/volume/ping.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/volume/property.pp b/manifests/volume/property.pp index b0d2ad0..e8d93ec 100644 --- a/manifests/volume/property.pp +++ b/manifests/volume/property.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/volume/property/data.pp b/manifests/volume/property/data.pp index 6040fac..4018644 100644 --- a/manifests/volume/property/data.pp +++ b/manifests/volume/property/data.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/wrapper.pp b/manifests/wrapper.pp index f2cd8e6..d7ade6c 100644 --- a/manifests/wrapper.pp +++ b/manifests/wrapper.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2010-2013+ James Shubin # Written by James Shubin <[email protected]> # diff --git a/manifests/xml.pp b/manifests/xml.pp index 82d5a02..28040d7 100644 --- a/manifests/xml.pp +++ b/manifests/xml.pp @@ -1,4 +1,4 @@ -# Simple? gluster module by James +# GlusterFS module by James # Copyright (C) 2012-2013+ James Shubin # Written by James Shubin <[email protected]> # |