Skip to content

Commit

Permalink
feat(inspec.yml): adjust template to allow suite's title to be given
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 5, 2020
1 parent 972c209 commit 6f6c3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssf/files/default/inspec/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: ft=yaml
---
name: {{ suite.name }}
title: {{ semrel_formula }} formula
title: {{ suite.inspec_yml.get('title', '{0} formula'.format(semrel_formula)) }}
maintainer: SaltStack Formulas
license: Apache-2.0
{%- set summary_heading = 'summary: ' %}
Expand Down

0 comments on commit 6f6c3b5

Please sign in to comment.