fix require
This commit is contained in:
parent
68c6b25205
commit
4bde8dfbea
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class mastodon (
|
|||
user => $mastodon_user,
|
||||
cwd => "${mastodon_home}/live",
|
||||
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
||||
require => Rvm_gemset['bundler'],
|
||||
require => Exec['install_ruby'],
|
||||
}
|
||||
exec { 'config_without_devel_test':
|
||||
command => "${mastodon_home}/live/bin/bundle config without 'development test'",
|
||||
|
|
Loading…
Reference in a new issue