Skip to content

Commit

Permalink
feat(vault): add FreeBSD testing (Vagrant)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 31, 2021
1 parent 699af25 commit 46d47e1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ssf_node_anchors:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci: enable Vagrant-based testing using GitHub Actions"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/306'
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/305'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
1 change: 1 addition & 0 deletions ssf/files/default/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem 'kitchen-salt', '>= 0.6.3'
'php',
'postgres',
'salt',
'vault',
] %}
{%- if semrel_formula in ['openvpn'] %}
gem 'rspec-retry'
Expand Down
17 changes: 17 additions & 0 deletions ssf/files/tofs_vault-formula/.salt-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
exclude_paths: []
rules:
204: # Lines should be no longer that 160 chars
ignore: |
vault/files/vault.service.fbsd.j2
skip_list:
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
- 205 # Use ".sls" as a Salt State file extension
# Skipping `207` and `208` because `210` is sufficient, at least for the time-being
# I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
- 207 # File modes should always be encapsulated in quotation marks
- 208 # File modes should always contain a leading zero
tags: []
verbosity: 1
1 change: 1 addition & 0 deletions ssf/files/tofs_vault-formula/Gemfile.lock
3 changes: 3 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5113,6 +5113,9 @@ ssf:
- [oraclelinux , 0 , master, 0, '']
# # - [gentoo/stage3, 0 , master, 0, '']
- [arch-base , 0 , 3002.5, 0, '']
- [freebsd , 0 , latest, 3, '']
testing_freebsd:
active: true
semrel_files: *semrel_files_default
vim:
context:
Expand Down

0 comments on commit 46d47e1

Please sign in to comment.