From dd44a559d820c19f6df1cc66019fa8fb7cecb2c1 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 8 Mar 2014 01:06:22 -0500 Subject: Add support for volume set groups. This adds support for setting volume set groups which are groups of properties that are set all at once on a volume. This is managed in a clever way, so that if the definition of what a certain group contains gets updated by the package manager, your volumes will get updated too, on the next puppet run. --- examples/gluster-simple-example.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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! } } -- cgit