diff --git a/manifests/init.pp b/manifests/init.pp index 9fb8c19..0d1d10c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -196,8 +196,6 @@ class mastodon ( } exec { 'install_mastodon': command => '/usr/local/bin/install_mastodon.sh', - # user => $mastodon_user, - # cwd => "${mastodon_home}/.rbenv/", creates => "${mastodon_home}/.rbenv/versions/3.2.2/bin/bundler", timeout => 0, require => File['/usr/local/bin/install_mastodon.sh'],