summaryrefslogtreecommitdiff
path: root/manifests/master.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/master.pp')
-rw-r--r--manifests/master.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/master.pp b/manifests/master.pp
index 8bc5cd9..f7bb32f 100644
--- a/manifests/master.pp
+++ b/manifests/master.pp
@@ -7,8 +7,8 @@
# [*provider*]: Which provider to use to install your dependencies, if you
# don't use the rubygems module
class trocla::master (
- $install_deps = false,
- $use_rubygems = true,
+ $install_deps = true,
+ $use_rubygems = false,
$provider = gem,
) {