From 798f481ac88a63a9e5ba34e0aaecb715d1c46159 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Fri, 2 Oct 2020 14:46:23 +0100 Subject: [PATCH] feat(formulas): capture recent changes across formulas Pre-requisite for pushing changes across formulas using #259 (`pre-commit`). --- ssf/defaults.yaml | 2 +- ssf/formulas.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index fcc73d92..23a88d52 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -56,7 +56,7 @@ ssf_node_anchors: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length rule:quoted-strings title: "chore: standardise structure" - body: '* Checked using https://github.com/myii/ssf-formula/pull/260' + body: '* Automated using https://github.com/myii/ssf-formula/pull/261' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas' diff --git a/ssf/formulas.yaml b/ssf/formulas.yaml index da90ba16..b142abfb 100644 --- a/ssf/formulas.yaml +++ b/ssf/formulas.yaml @@ -693,7 +693,7 @@ ssf: # - [ubuntu , 16.04, 2017.7, 2] platforms_matrix: # [os , os_ver, salt_ver, py_ver, inspec_suite] - - [debian , 10 , master, 3, ''] + - [debian , 10 , master, 3, repositories] - [ubuntu , 18.04, master, 3, repositories] - [debian , 9 , 2019.2, 3, preferences] - [ubuntu , 18.04, 2019.2, 3, unattended]