mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
commit
f3dc6fd051
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue