Skip to content

Commit

Permalink
Install ruby-dev to allow building native gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk committed May 15, 2016
1 parent f0fc93b commit d9b7e0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions puppet/manifests/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
class { 'ruby_install':
ruby_version => "2.2.1",
} ->
exec { 'apt-install ruby-dev':
path => ["/bin", "/usr/bin", "/sbin"],
command => "apt-get install ruby-dev -y"
} ->
exec { 'mail-catcher':
path => ["/bin", "/usr/bin"],
command => 'gem install mailcatcher'
Expand Down

0 comments on commit d9b7e0a

Please sign in to comment.