Skip to content

Commit 7062210

Browse files
refactor(string): remove capitalisation from 'template' string
1 parent 653d314 commit 7062210

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
44
version: 2.1.15
55
release: 1
66
minimum_version: 2016.11
7-
summary: Template formula
7+
summary: template formula
88
description: Formula to use as a template for other formulas
99
top_level_dir: template

test/integration/default/controls/config_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
control 'Template configuration' do
1+
control 'template configuration' do
22
title 'should match desired lines'
33

44
describe file('/etc/template-formula.conf') do

test/integration/default/controls/packages_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package_name = 'cronie'
55
end
66

7-
control 'Template package' do
7+
control 'template package' do
88
title 'should be installed'
99

1010
describe package(package_name) do

test/integration/default/controls/services_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
service_name = 'crond'
55
end
66

7-
control 'Template service' do
7+
control 'template service' do
88
impact 0.5
99
title 'should be running and enabled'
1010

test/integration/default/inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: template
2-
title: Template Formula
2+
title: template formula
33
maintainer: Your Name
44
license: Apache-2.0
55
summary: Verify that the template formula is setup and configured correctly

0 commit comments

Comments
 (0)