aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim <tim@bastelfreak.de>2021-12-14 21:45:21 +0100
committerTim <tim@bastelfreak.de>2021-12-14 22:01:08 +0100
commit3925ef0393b352e0329e4814cd7031c9d34f730e (patch)
tree458d49fe05883388a2d1a830c15f28236495179d
parentdb73699faa6804744edc06924c43873ebb6f2932 (diff)
downloadpuppet-ferm-3925ef0393b352e0329e4814cd7031c9d34f730e.tar.gz
puppet-ferm-3925ef0393b352e0329e4814cd7031c9d34f730e.tar.bz2
modulesync 5.1.0
-rw-r--r--.msync.yml2
-rw-r--r--.puppet-lint.rc1
-rw-r--r--.sync.yml8
-rw-r--r--Gemfile2
-rw-r--r--Rakefile2
5 files changed, 8 insertions, 7 deletions
diff --git a/.msync.yml b/.msync.yml
index e1cd81c..a83abd9 100644
--- a/.msync.yml
+++ b/.msync.yml
@@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
-modulesync_config_version: '5.0.0'
+modulesync_config_version: '5.1.0'
diff --git a/.puppet-lint.rc b/.puppet-lint.rc
new file mode 100644
index 0000000..02a3e71
--- /dev/null
+++ b/.puppet-lint.rc
@@ -0,0 +1 @@
+--fail-on-warnings
diff --git a/.sync.yml b/.sync.yml
index 35424a9..130aaeb 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -1,5 +1,5 @@
---
-Gemfile:
- optional:
- ':test':
- - gem: puppet-lint-param-docs
+.puppet-lint.rc:
+ enabled_lint_checks:
+ - parameter_documentation
+ - parameter_types
diff --git a/Gemfile b/Gemfile
index 2b731b9..113a361 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,7 +4,7 @@
source ENV['GEM_SOURCE'] || "https://rubygems.org"
group :test do
- gem 'voxpupuli-test', '~> 4.0', :require => false
+ gem 'voxpupuli-test', '~> 5.0', :require => false
gem 'coveralls', :require => false
gem 'simplecov-console', :require => false
gem 'puppet_metadata', '~> 1.0', :require => false
diff --git a/Rakefile b/Rakefile
index 80b799d..f92f051 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
-# Attempt to load voxupuli-test (which pulls in puppetlabs_spec_helper),
+# Attempt to load voxpupuli-test (which pulls in puppetlabs_spec_helper),
# otherwise attempt to load it directly.
begin
require 'voxpupuli/test/rake'