aboutsummaryrefslogtreecommitdiff
path: root/.sync.yml
diff options
context:
space:
mode:
authorGabriel Nagy <gabriel.nagy@puppet.com>2021-10-01 14:23:15 +0300
committerGabriel Nagy <gabriel.nagy@puppet.com>2021-10-01 14:26:09 +0300
commitb2565ef72fd744e31cc3e3836dc5b69e193fa88c (patch)
tree3fd2f83f284b673ea19187b395101e1663171cf8 /.sync.yml
parent9a54482d64ef21e8b6b1063845a96b1a72cd8f3c (diff)
downloadpuppet-sshkeys_core-b2565ef72fd744e31cc3e3836dc5b69e193fa88c.tar.gz
puppet-sshkeys_core-b2565ef72fd744e31cc3e3836dc5b69e193fa88c.tar.bz2
(MODULES-11197) Update to pdk-templates 2.2.0
Includes REFERENCE.md ToC fixes for MODULES-8183.
Diffstat (limited to '.sync.yml')
-rw-r--r--.sync.yml69
1 files changed, 30 insertions, 39 deletions
diff --git a/.sync.yml b/.sync.yml
index 7d5b1a6..fef7671 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,54 +1,45 @@
---
+.rubocop.yml:
+ default_configs:
+ RSpec/SubjectStub:
+ Enabled: false
+ RSpec/NamedSubject:
+ Enabled: false
+ Style/Documentation:
+ Exclude:
+ - lib/puppet/parser/functions/**/*
+ - spec/**/*
+ - lib/puppet/type/**
+ - lib/puppet/provider/**
Gemfile:
optional:
- ':development':
- - gem: 'github_changelog_generator'
- git: 'https://github.com/skywinder/github-changelog-generator'
- ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018'
- condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')"
- required:
- ':system_tests':
- - gem: 'puppet-module-posix-system-r#{minor_version}'
- platforms: ruby
- - gem: 'puppet-module-win-system-r#{minor_version}'
- platforms:
- - mswin
- - mingw
- - x64_mingw
+ ":development":
- gem: beaker
- version: '~> 3.13'
+ version: '~> 4.30'
from_env: BEAKER_VERSION
- gem: beaker-abs
from_env: BEAKER_ABS_VERSION
- version: '~> 0.1'
+ version: '~> 0.9'
- gem: beaker-pe
- gem: beaker-hostgenerator
from_env: BEAKER_HOSTGENERATOR_VERSION
- gem: beaker-rspec
from_env: BEAKER_RSPEC_VERSION
- ':development':
- - gem: puppet-strings
-
-Rakefile:
- changelog_version_tag_pattern: '%s'
- requires:
- - puppet-lint/tasks/puppet-lint
-
-.rubocop.yml:
- default_configs:
- RSpec/NamedSubject:
- Enabled: false
- Style/Documentation:
- Exclude:
- - lib/puppet/parser/functions/**/*
- - spec/**/*
- - lib/puppet/type/**
- - lib/puppet/provider/**
+ - gem: beaker-puppet
+ from_env: BEAKER_PUPPET_VERSION
+ version: '~> 1.22'
+ - gem: github_changelog_generator
+ - gem: beaker-module_install_helper
+ - gem: beaker-puppet_install_helper
+ - gem: nokogiri
-.gitlab-ci.yml:
+appveyor.yml:
delete: true
-
.travis.yml:
- remove_includes:
- - env: PUPPET_GEM_VERSION="~> 4.0" CHECK=parallel_spec
- rvm: 2.1.9
+ delete: true
+.github/workflows/auto_release.yml:
+ unmanaged: false
+.github/workflows/release.yml:
+ unmanaged: false
+.gitlab-ci.yml:
+ delete: true