Skip to content

Commit

Permalink
Merge pull request #125 from myii/feat/update-gemfile-for-formulas-wi…
Browse files Browse the repository at this point in the history
…th-vagrant-testing

feat(gemfile): update for formulas with Vagrant testing
  • Loading branch information
myii authored Feb 7, 2020
2 parents 3fdf619 + 21fdf1f commit 753d824
Showing 3 changed files with 34 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen): avoid using bootstrap for '`'master'`' instances"
body: '* Automated using https://github.com/myii/ssf-formula/pull/124'
title: "ci(gemfile): update for Vagrant testing [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/125'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
16 changes: 16 additions & 0 deletions ssf/files/tofs_openssh-formula/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
gem 'rspec-retry'
# Latest versions of `train` cause failure when running `kitchen verify`
# Downgrading to `3.2.0` until this is fixed upstream
# https://github.com/inspec/train/pull/544#issuecomment-566055052
gem 'train', '3.2.0'

group :vagrant do
gem 'kitchen-vagrant'
end
16 changes: 16 additions & 0 deletions ssf/files/tofs_postgres-formula/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'kitchen-docker', '>= 2.9'
gem 'kitchen-inspec', '>= 1.1'
gem 'kitchen-salt', '>= 0.6.0'
gem 'rspec-retry'
# Latest versions of `train` cause failure when running `kitchen verify`
# Downgrading to `3.2.0` until this is fixed upstream
# https://github.com/inspec/train/pull/544#issuecomment-566055052
gem 'train', '3.2.0'

group :vagrant do
gem 'kitchen-vagrant'
end

0 comments on commit 753d824

Please # to comment.