summaryrefslogtreecommitdiff
path: root/puppet/modules
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
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')
m---------puppet/modules/bundler0
-rw-r--r--puppet/modules/site_webapp/manifests/init.pp2
2 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/bundler b/puppet/modules/bundler
-Subproject b91d6abfa931b8ef63594092d841701d3ee2328
+Subproject b4a4a8434616247156e59b860b47cc6256ead8d
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