From 737d286fdfb8036e8b1078efbec4f9902bc1108e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 29 Nov 2012 15:54:46 -0500 Subject: updated bundler module to accept 'package' to install_method to be a little more obvious how it is operating --- puppet/modules/bundler | 2 +- puppet/modules/site_webapp/manifests/init.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'puppet/modules') diff --git a/puppet/modules/bundler b/puppet/modules/bundler index b91d6abf..b4a4a843 160000 --- a/puppet/modules/bundler +++ b/puppet/modules/bundler @@ -1 +1 @@ -Subproject commit b91d6abfa931b8ef63594092d841701d3ee23280 +Subproject commit b4a4a8434616247156e59b860b47cc6256ead8d1 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 -- cgit v1.2.3