Merge pull request #14 from voxpupuli/modulesync

Modulesync 0.21.3
This commit is contained in:
David Hollinger III 2017-06-13 17:13:02 -05:00 committed by GitHub
commit 8cfdff1ebe
6 changed files with 25 additions and 2 deletions

View File

@ -1 +1 @@
modulesync_config_version: '0.21.1'
modulesync_config_version: '0.21.3'

1
.rspec_parallel Normal file
View File

@ -0,0 +1 @@
--format progress

View File

@ -503,6 +503,10 @@ Style/ClosingParenthesisIndentation:
# RSpec
RSpec/BeforeAfterAll:
Exclude:
- spec/acceptance/**/*
# We don't use rspec in this way
RSpec/DescribeClass:
Enabled: False
@ -522,6 +526,10 @@ RSpec/RepeatedDescription:
RSpec/NestedGroups:
Enabled: False
# this is broken on ruby1.9
Style/IndentHeredoc:
Enabled: False
# disable Yaml safe_load. This is needed to support ruby2.0.0 development envs
Security/YAMLLoad:
Enabled: false

View File

@ -35,6 +35,7 @@ group :test do
gem 'github_changelog_generator', '~> 1.13.0', :require => false if RUBY_VERSION < '2.2.2'
gem 'rack', '~> 1.0', :require => false if RUBY_VERSION < '2.2.2'
gem 'github_changelog_generator', :require => false if RUBY_VERSION >= '2.2.2'
gem 'parallel_tests', :require => false
end
group :development do

View File

@ -40,7 +40,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 < 5.0.0"
"version_requirement": ">= 4.7.0 < 5.0.0"
}
],
"dependencies": [

View File

@ -0,0 +1,13 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
archlinux-2-x64:
roles:
- master
platform: archlinux-2-x64
box: archlinux/archlinux
hypervisor: vagrant
CONFIG:
type: foss