add path
This commit is contained in:
parent
917fb37dcf
commit
bba40ab64f
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,7 @@ class mastodon (
|
||||||
}
|
}
|
||||||
exec { 'bundle_install':
|
exec { 'bundle_install':
|
||||||
command => 'bundle install -j$(getconf _NPROCESSORS_ONLN)',
|
command => 'bundle install -j$(getconf _NPROCESSORS_ONLN)',
|
||||||
|
path => '/usr/sbin:/usr/bin:/sbin:/bin',
|
||||||
user => 'mastodon',
|
user => 'mastodon',
|
||||||
cwd => "${mastodon_home}/live",
|
cwd => "${mastodon_home}/live",
|
||||||
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
||||||
|
@ -214,6 +215,7 @@ class mastodon (
|
||||||
}
|
}
|
||||||
exec { 'yarn_install':
|
exec { 'yarn_install':
|
||||||
command => 'yarn install --pure-lockfile',
|
command => 'yarn install --pure-lockfile',
|
||||||
|
path => '/usr/sbin:/usr/bin:/sbin:/bin',
|
||||||
user => 'mastodon',
|
user => 'mastodon',
|
||||||
cwd => "${mastodon_home}/live",
|
cwd => "${mastodon_home}/live",
|
||||||
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
# creates => "${mastodon_home}/.rbenv/libexec/rbenv-realpath.dylib",
|
||||||
|
|
Loading…
Reference in a new issue