summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2013-09-06 08:36:47 -0400
committerJames Shubin <james@shubin.ca>2013-09-06 08:36:47 -0400
commit64aaaf3b0160ac50d22bbdd73725de53bab668a8 (patch)
tree98c7e7006fce99ce8a5157d27895e1dc75ea9f1d /examples
parent89dd93ee8703eea4274ee08e43d16178f152423b (diff)
downloadpuppet-gluster-64aaaf3b0160ac50d22bbdd73725de53bab668a8.tar.gz
puppet-gluster-64aaaf3b0160ac50d22bbdd73725de53bab668a8.tar.xz
puppet-gluster-64aaaf3b0160ac50d22bbdd73725de53bab668a8.zip
Small bugfixes.
Diffstat (limited to 'examples')
-rw-r--r--examples/distributed-replicate-example.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/distributed-replicate-example.pp b/examples/distributed-replicate-example.pp
index cb73db9..8543d7e 100644
--- a/examples/distributed-replicate-example.pp
+++ b/examples/distributed-replicate-example.pp
@@ -138,7 +138,7 @@ class gluster_base {
# namevar must be: <VOLNAME>#<KEY>
gluster::volume::property { 'examplevol#auth.reject':
- value => '192.0.2.13,198.51.100.42,203.0.113.69',
+ value => ['192.0.2.13', '198.51.100.42', '203.0.113.69'],
}
#gluster::volume::property { 'examplevol#cluster.data-self-heal-algorithm':