mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
refactor(string): remove capitalisation from 'template' string
This commit is contained in:
parent
653d31434b
commit
706221099d
5 changed files with 5 additions and 5 deletions
2
FORMULA
2
FORMULA
|
@ -4,6 +4,6 @@ os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
|
|||
version: 2.1.15
|
||||
release: 1
|
||||
minimum_version: 2016.11
|
||||
summary: Template formula
|
||||
summary: template formula
|
||||
description: Formula to use as a template for other formulas
|
||||
top_level_dir: template
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
control 'Template configuration' do
|
||||
control 'template configuration' do
|
||||
title 'should match desired lines'
|
||||
|
||||
describe file('/etc/template-formula.conf') do
|
||||
|
|
|
@ -4,7 +4,7 @@ if os[:name] == 'centos' and os[:release].start_with?('6')
|
|||
package_name = 'cronie'
|
||||
end
|
||||
|
||||
control 'Template package' do
|
||||
control 'template package' do
|
||||
title 'should be installed'
|
||||
|
||||
describe package(package_name) do
|
||||
|
|
|
@ -4,7 +4,7 @@ if os[:name] == 'centos' and os[:release].start_with?('6')
|
|||
service_name = 'crond'
|
||||
end
|
||||
|
||||
control 'Template service' do
|
||||
control 'template service' do
|
||||
impact 0.5
|
||||
title 'should be running and enabled'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: template
|
||||
title: Template Formula
|
||||
title: template formula
|
||||
maintainer: Your Name
|
||||
license: Apache-2.0
|
||||
summary: Verify that the template formula is setup and configured correctly
|
||||
|
|
Loading…
Add table
Reference in a new issue