# install log rotation if missing class Bard::Provision::LogRotation < Bard::Provision def call print "Log Rotation:" provision_server.run! <<~BASH, quiet: true file=/etc/logrotate.d/#{server.project_name} if [ ! -f $file ]; then sudo tee $file > /dev/null <