summaryrefslogtreecommitdiff
path: root/puppet/modules/site_webapp/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-11-29 15:54:46 -0500
committerMicah Anderson <micah@riseup.net>2012-11-29 15:58:56 -0500
commit737d286fdfb8036e8b1078efbec4f9902bc1108e (patch)
treef257fcce8b1a6efd39bbe0c6141643ff8d7adc50 /puppet/modules/site_webapp/manifests/init.pp
parentbef21f7f132438777b2ab92525559ba8ed869fb9 (diff)
updated bundler module to accept 'package' to install_method to be a little more obvious how it is operating
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