Merge pull request #247 from daks/typo

style: fix typo
This commit is contained in:
Imran Iqbal 2022-02-23 10:01:08 +00:00 committed by GitHub
commit f3dc6fd051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'