Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Update repo references
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 26, 2017
1 parent 20ee2f7 commit bdc179a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/provider/ruby/rubybuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def destroy
private

def build_ruby
execute "#{ruby_build} #{version} #{prefix} --verbose", command_options.merge(:failonfail => true)
execute "#{ruby_build} #{version} #{prefix}", command_options.merge(:failonfail => true)
end

def tmp
Expand Down
2 changes: 1 addition & 1 deletion manifests/build.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
repository { $prefix:
ensure => $ensure,
force => true,
source => 'sstephenson/ruby-build',
source => 'rbenv/ruby-build',
user => $user,
}

Expand Down
2 changes: 1 addition & 1 deletion manifests/rbenv.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
repository { $prefix:
ensure => $ensure,
force => true,
source => 'sstephenson/rbenv',
source => 'rbenv/rbenv',
user => $user
}

Expand Down
2 changes: 1 addition & 1 deletion spec/classes/ruby_rbenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
should contain_repository('/test/boxen/rbenv').with({
:ensure => 'v0.4.0',
:force => true,
:source => 'sstephenson/rbenv',
:source => 'rbenv/rbenv',
:user => 'testuser'
})

Expand Down

0 comments on commit bdc179a

Please sign in to comment.