]> gitweb.fluxo.info Git - puppet-ferm.git/commitdiff
modulesync 5.1.0
authorTim <tim@bastelfreak.de>
Tue, 14 Dec 2021 20:45:21 +0000 (21:45 +0100)
committerTim <tim@bastelfreak.de>
Tue, 14 Dec 2021 21:01:08 +0000 (22:01 +0100)
.msync.yml
.puppet-lint.rc [new file with mode: 0644]
.sync.yml
Gemfile
Rakefile

index e1cd81ce819bd44c4a4c4952322dbb5ffbf80051..a83abd9b62b2b0b7963e9fe06ae928748e02a3be 100644 (file)
@@ -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 (file)
index 0000000..02a3e71
--- /dev/null
@@ -0,0 +1 @@
+--fail-on-warnings
index 35424a92efe20cce02f1603a8b2e69894f2621f4..130aaeb3a432f1420d16db9be962f1c50e43b74b 100644 (file)
--- 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 2b731b932f4dc1de80ba7f0fad328fb2ac10dbf8..113a3614408364f17c0a4ced46e875b5600263c8 100644 (file)
--- 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
index 80b799d63793359c75533c8b51fdce078c78ae79..f92f0516405fc3812526470eb308b63055d466f0 100644 (file)
--- 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'