configure rbenv
This commit is contained in:
parent
09fc474812
commit
2a1909e41e
1 changed files with 4 additions and 0 deletions
|
@ -112,4 +112,8 @@ class mastodon (
|
|||
provider => 'git',
|
||||
require => User['mastodon'],
|
||||
}
|
||||
exec { 'configure_rbenv':
|
||||
command => "${mastodon_home}/.rbenv/src/configure",
|
||||
creates => "${mastodon_home}/.rbenv/src/Makefile",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue