fix path
This commit is contained in:
parent
d931973648
commit
198228f3ba
1 changed files with 2 additions and 2 deletions
|
@ -137,13 +137,13 @@ class mastodon (
|
|||
require => Exec['configure_rbenv'],
|
||||
}
|
||||
file_line { 'mastodon_path':
|
||||
path => "${mastodon_home}/.bashrc/",
|
||||
path => "${mastodon_home}/.bashrc",
|
||||
line => 'export PATH="$HOME/.rbenv/bin:$PATH"',
|
||||
match => '^export PATH="$HOME/.rbenv',
|
||||
require => Vcsrepo['rbenv'],
|
||||
}
|
||||
file_line { 'mastodon_rbenv_init':
|
||||
path => "${mastodon_home}/.bashrc/",
|
||||
path => "${mastodon_home}/.bashrc",
|
||||
line => 'eval "$(rbenv init -)"',
|
||||
match => '^eval "$(rbenv init -)"',
|
||||
require => Vcsrepo['rbenv'],
|
||||
|
|
Loading…
Reference in a new issue