modules/freighthop/manifests/rbenv.pp in freighthop-0.0.1 vs modules/freighthop/manifests/rbenv.pp in freighthop-0.0.2
- old
+ new
@@ -1,8 +1,7 @@
class freighthop::rbenv(
$ruby_version
) {
- include apt
apt::ppa { 'ppa:gds/govuk': }
apt::ppa { 'ppa:phinze/rbenv': }
class { '::rbenv':
global_version => $ruby_version,