diff --git a/lib/foreman_maintain/utils/service/remote_db.rb b/lib/foreman_maintain/utils/service/remote_db.rb index 595df8182..de95c5a5b 100644 --- a/lib/foreman_maintain/utils/service/remote_db.rb +++ b/lib/foreman_maintain/utils/service/remote_db.rb @@ -39,9 +39,8 @@ def stop end def restart - command_name = ForemanMaintain.command_name db_status(<<~MSG - Remote databases are not managed by #{command_name} and therefore was not restarted. + Remote databases are not managed and therefore no restart was performed. MSG ) end