diff --git a/manifests/init.pp b/manifests/init.pp index 4e23c49..83fc23a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -212,6 +212,7 @@ class mastodon ( require => Group[$mastodon_group], } vcsrepo { 'rbenv': + ensure => $ensure, path => "${mastodon_home}/.rbenv", source => 'https://github.com/rbenv/rbenv.git', provider => 'git', @@ -247,6 +248,7 @@ class mastodon ( require => Vcsrepo['rbenv'], } vcsrepo { 'ruby_build': + ensure => $ensure, path => "${mastodon_home}/.rbenv/plugins/ruby-build", source => 'https://github.com/rbenv/ruby-build.git', provider => 'git',