summaryrefslogtreecommitdiffstats
path: root/examples/gluster-simple-physical-example-best.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gluster-simple-physical-example-best.pp')
-rw-r--r--examples/gluster-simple-physical-example-best.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/gluster-simple-physical-example-best.pp b/examples/gluster-simple-physical-example-best.pp
index 06be1ed..63f7f29 100644
--- a/examples/gluster-simple-physical-example-best.pp
+++ b/examples/gluster-simple-physical-example-best.pp
@@ -7,10 +7,10 @@ node /^annex\d+$/ { # annex{1,2,..N}
class { '::gluster::simple':
replica => 2,
- vip = '192.168.1.42',
- vrrp = true,
+ vip => '192.168.1.42',
+ vrrp => true,
# NOTE: _each_ host will have four bricks with these devices...
- brick_params_defaults = [ # note the spelling and type...
+ brick_params_defaults => [ # note the spelling and type...
{'dev' => '/dev/sdb'},
{'dev' => '/dev/sdc'},
{'dev' => '/dev/sdd'},