Unverified Commit 75d0ffd0 authored by Tim Meusel's avatar Tim Meusel
Browse files

modulesync 5.3.0

parent 12937edf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '5.2.0'
modulesync_config_version: '5.3.0'
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

group :test do
  gem 'voxpupuli-test', '~> 5.0',   :require => false
  gem 'voxpupuli-test', '~> 5.4',   :require => false
  gem 'coveralls',                  :require => false
  gem 'simplecov-console',          :require => false
  gem 'puppet_metadata', '~> 1.0',  :require => false
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ begin
    config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
    config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
    config.user = 'voxpupuli'
    config.project = metadata.metadata['name']
    config.project = 'puppet-postfix'
  end

  # Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ ENV['COVERAGE'] ||= 'yes' if Dir.exist?(File.expand_path('../lib', __dir__))

require 'voxpupuli/test/spec_helper'

add_mocked_facts!

if File.exist?(File.join(__dir__, 'default_module_facts.yml'))
  facts = YAML.safe_load(File.read(File.join(__dir__, 'default_module_facts.yml')))
  facts&.each do |name, value|