style: fix typo

This commit is contained in:
Eric Veiras Galisson 2022-02-23 10:52:35 +01:00
parent 278404f771
commit 68d5ba0507
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ platform_finger = system.platform[:finger].split('.').first.to_s
control 'TEMPLATE.package.install' do
title 'The required package should be installed'
# Overide by `platform_finger`
# Override by `platform_finger`
package_name =
case platform_finger
when 'centos-6', 'amazonlinux-1'

View file

@ -6,7 +6,7 @@ platform_finger = system.platform[:finger].split('.').first.to_s
control 'TEMPLATE.service.running' do
title 'The service should be installed, enabled and running'
# Overide by `platform_finger`
# Override by `platform_finger`
service_name =
case platform_finger
when 'centos-6', 'amazonlinux-1'