summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2013-09-08 01:42:49 -0400
committerJames Shubin <james@shubin.ca>2013-09-08 01:42:49 -0400
commit2b0f3e405917dce758a5ebd5e11093b97428666f (patch)
tree166c0ecff694091b8f33d1898c024022f78c4ead /examples
parent24844a892c07001bb50eeb443005d3c2fe5d4025 (diff)
downloadpuppet-gluster-2b0f3e405917dce758a5ebd5e11093b97428666f.tar.gz
puppet-gluster-2b0f3e405917dce758a5ebd5e11093b97428666f.tar.xz
puppet-gluster-2b0f3e405917dce758a5ebd5e11093b97428666f.zip
Remove redundant hosts specification in gluster::server()
At the moment, this is redundant, and not needed.
Diffstat (limited to 'examples')
-rw-r--r--examples/distributed-replicate-example.pp1
-rw-r--r--examples/filesystem-backed-bricks-example.pp1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/distributed-replicate-example.pp b/examples/distributed-replicate-example.pp
index 20cfb7e..900d9ca 100644
--- a/examples/distributed-replicate-example.pp
+++ b/examples/distributed-replicate-example.pp
@@ -13,7 +13,6 @@ $some_client_ip = ''
class gluster_base {
class { 'gluster::server':
- hosts => ['annex1.example.com', 'annex2.example.com', 'annex3.example.com', 'annex4.example.com'],
ips => ["${annex_loc_ip_1}", "${annex_loc_ip_2}", "${annex_loc_ip_3}", "${annex_loc_ip_4}"],
#vip => "${annex_loc_vip_1}",
clients => [$some_client_ip],
diff --git a/examples/filesystem-backed-bricks-example.pp b/examples/filesystem-backed-bricks-example.pp
index e87f777..89b7771 100644
--- a/examples/filesystem-backed-bricks-example.pp
+++ b/examples/filesystem-backed-bricks-example.pp
@@ -6,7 +6,6 @@
class gluster_base {
class { '::gluster::server':
- hosts => ['annex1.example.com', 'annex2.example.com'],
ips => ['192.168.123.101', '192.168.123.102'],
shorewall => true,
}