diff options
Diffstat (limited to 'examples/distributed-replicate-example.pp')
| -rw-r--r-- | examples/distributed-replicate-example.pp | 2 |
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': |
