From 7374cf944fbc1b52c438ce7e5345f94427ea876e Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 3 Aug 2011 17:25:54 +0200 Subject: fix variable lookup --- manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/config.pp b/manifests/config.pp index 9ce8730..c53aef1 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,8 +1,8 @@ class trocla::config($ruby='system') { - if $trocla::default_config::ruby == 'system' or $trocla::default_config::ruby == 'both' { + if $trocla::config::ruby == 'system' or $trocla::config::ruby == 'both' { require trocla::master } - if $trocla::default_config::ruby == 'ree' or $trocla::default_config::ruby == 'both' { + if $trocla::config::ruby == 'ree' or $trocla::config::ruby == 'both' { require trocla::master::ree } -- cgit v1.2.3