Skip to content

Commit

Permalink
Merge pull request #5 from jaw6/master
Browse files Browse the repository at this point in the history
Should install rails from gems
  • Loading branch information
derekrockwell committed Apr 9, 2013
2 parents a7ca49a + 93da973 commit c9acce1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions puppet/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,8 @@
creates => "${home}/.rvm/bin/bundle",
require => Exec['install_ruby']
}

exec { "${as_vagrant} 'gem install rails --no-rdoc --no-ri'":
creates => "${home}/.rvm/bin/rails",
require => Exec['install_ruby']
}

0 comments on commit c9acce1

Please sign in to comment.