summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_webapp/manifests/init.pp')
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_webapp/manifests/init.pp b/puppet/modules/site_webapp/manifests/init.pp
index c5f33b5a..644cca98 100644
--- a/puppet/modules/site_webapp/manifests/init.pp
+++ b/puppet/modules/site_webapp/manifests/init.pp
@@ -8,7 +8,7 @@ class site_webapp {
class { 'ruby': ruby_version => '1.9.3' }
- class { 'bundler::install': install_method => '' }
+ class { 'bundler::install': install_method => 'package' }
include rubygems
include site_webapp::apache