Skip to content

Commit

Permalink
modulesync 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Aug 15, 2020
1 parent 3bb9d17 commit 78960ed
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 188 deletions.
3 changes: 3 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Vox Pupuli Security Policy

Our vulnerabilities reporting process is at https://voxpupuli.org/security/
2 changes: 1 addition & 1 deletion .msync.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
modulesync_config_version: '2.12.0'
modulesync_config_version: '3.0.0'
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Style/Attr:
Enabled: True

Style/BracesAroundHashParameters:
Enabled: True
Enabled: False

Style/CaseEquality:
Enabled: True
Expand Down Expand Up @@ -528,6 +528,9 @@ RSpec/RepeatedDescription:
RSpec/NestedGroups:
Enabled: False

RSpec/MultipleExpectations:
Enabled: false

# this is broken on ruby1.9
Layout/IndentHeredoc:
Enabled: False
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
os: linux
dist: bionic
language: ruby
cache: bundler
Expand All @@ -7,7 +8,7 @@ before_install:
- bundle --version
script:
- 'bundle exec rake $CHECK'
matrix:
jobs:
fast_finish: true
include:
- rvm: 2.4.4
Expand Down Expand Up @@ -104,7 +105,7 @@ notifications:
- "chat.freenode.org#voxpupuli-notifications"
deploy:
provider: puppetforge
user: puppet
username: puppet
password:
secure: "Qvf6e0d8zyEQ2RkUFQB14wXE7dPS/+lN0WCgs79udjKp4UCRDvrIdDW6JROg5k1Kw75rQ+VuhyW2e3QXFfW65nlVrciipYlSYyA5iZaLV4ffy1NLhuscIMwuX6SNe22ut7oNB+kNfKX/rT3jnUfrg28UjJ3r4TYvzyW/e2XKx4E="
on:
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ def location_for(place, fake_version = nil)
end

group :test do
gem 'voxpupuli-test', '>= 1.0.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'voxpupuli-test', '~> 2.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
end

group :development do
Expand Down
31 changes: 0 additions & 31 deletions spec/acceptance/nodesets/ec2/amazonlinux-2016091.yml

This file was deleted.

34 changes: 0 additions & 34 deletions spec/acceptance/nodesets/ec2/image_templates.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/rhel-73-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/sles-12sp2-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/ubuntu-1604-x64.yml

This file was deleted.

29 changes: 0 additions & 29 deletions spec/acceptance/nodesets/ec2/windows-2016-base-x64.yml

This file was deleted.

0 comments on commit 78960ed

Please sign in to comment.