Skip to content

Commit

Permalink
remove require Rbenv::Build from gem install Fixes #10, release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning committed Aug 16, 2013
1 parent 70f25fc commit f6ef6d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'jdowning/rbenv'
version '0.2.1'
version '0.2.2'
source 'https://github.com/justindowning/puppet-rbenv'
author 'Justin Donwing'
license 'Apache License, Version 2.0'
Expand Down
1 change: 0 additions & 1 deletion manifests/gem.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

exec { "gem-install-${name}":
command => "${install_dir}/versions/${ruby_version}/bin/gem install ${name}",
require => Rbenv::Build[$ruby_version],
onlyif => "/usr/bin/test -d ${install_dir}/versions/${ruby_version}",
unless => "${install_dir}/versions/${ruby_version}/bin/gem list | grep ${name}",
}~>
Expand Down

0 comments on commit f6ef6d9

Please sign in to comment.