fix(rubocop): add fixes using rubocop --safe-auto-correct

This commit is contained in:
Imran Iqbal 2019-10-11 22:01:37 +01:00
parent 90cae491b8
commit 87dd217ec1
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
control 'Postfix packages' do
title 'should be installed'

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
control 'Postfix service' do
title 'should be running'