diff --git a/manifests/init.pp b/manifests/init.pp index 37d242d..72513b0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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'],