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,
|
user => $mastodon_user,
|
||||||
cwd => "${mastodon_home}/live",
|
cwd => "${mastodon_home}/live",
|
||||||
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
||||||
require => Rvm_gemset['bundler'],
|
require => Exec['install_ruby'],
|
||||||
}
|
}
|
||||||
exec { 'config_without_devel_test':
|
exec { 'config_without_devel_test':
|
||||||
command => "${mastodon_home}/live/bin/bundle config without 'development test'",
|
command => "${mastodon_home}/live/bin/bundle config without 'development test'",
|
||||||
|
|
Loading…
Reference in a new issue