From 2af6c8ab92006da11ea8fc8f2557fd3b56d92efc Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 23 Mar 2014 18:58:55 +0000 Subject: [PATCH] why does this make a difference Signed-off-by: Stephen Gran --- modules/ganeti2/manifests/params.pp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/ganeti2/manifests/params.pp b/modules/ganeti2/manifests/params.pp index 0cfdadda..4e45e84d 100644 --- a/modules/ganeti2/manifests/params.pp +++ b/modules/ganeti2/manifests/params.pp @@ -1,5 +1,13 @@ +# = Class: ganeti2::params +# +# Parameters for ganeti clusters +# +# == Sample Usage: +# +# include ganeti2::params +# class ganeti2::params { - case $cluster { + case $::cluster { 'ganeti-osuosl.debian.org': { $ganeti_hosts = ['140.211.166.20/32'] $ganeti_priv = ['140.211.166.20/32'] -- 2.39.2