add working dir
This commit is contained in:
parent
2a1909e41e
commit
13b00cd1cf
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class mastodon (
|
||||||
}
|
}
|
||||||
exec { 'configure_rbenv':
|
exec { 'configure_rbenv':
|
||||||
command => "${mastodon_home}/.rbenv/src/configure",
|
command => "${mastodon_home}/.rbenv/src/configure",
|
||||||
|
cwd => "${mastodon_home}/.rbenv/",
|
||||||
creates => "${mastodon_home}/.rbenv/src/Makefile",
|
creates => "${mastodon_home}/.rbenv/src/Makefile",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue