summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gluster-simple-example.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/gluster-simple-example.pp b/examples/gluster-simple-example.pp
index a050343..02e59f3 100644
--- a/examples/gluster-simple-example.pp
+++ b/examples/gluster-simple-example.pp
@@ -10,6 +10,7 @@ node /^annex\d+$/ { # annex{1,2,..N}
# NOTE: this is mostly intended for fast gluster testing. for more
# complex setups, you might want to look at the other examples.
class { '::gluster::simple':
+ setgroup => 'virt', # or: 'small-file-perf', or others too!
}
}