remove comments

This commit is contained in:
Antonio J. Delgado 2023-11-28 11:32:58 +02:00
parent bc0598b7c6
commit 01ce46b793

View file

@ -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'],