summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
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
}