Skip to content

Commit

Permalink
changed to array, dependent on pull request to rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Thomas committed Nov 17, 2015
1 parent c816c60 commit d9adfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
rbenv::install { $git_user:
group => $git_group,
home => $git_home,
rc => '.bashrc',
rc => ['.bashrc','.profile'],
}

rbenv::compile { 'gitlab/ruby':
Expand Down

0 comments on commit d9adfbc

Please sign in to comment.