mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 19:05:01 +01:00
commit
fb2171dde6
4 changed files with 6 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
# Managed by modulesync - DO NOT EDIT
|
# Managed by modulesync - DO NOT EDIT
|
||||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||||||
|
|
||||||
modulesync_config_version: '5.0.0'
|
modulesync_config_version: '5.1.0'
|
||||||
|
|
3
.puppet-lint.rc
Normal file
3
.puppet-lint.rc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
--fail-on-warnings
|
||||||
|
--no-parameter_documentation-check
|
||||||
|
--no-parameter_types-check
|
2
Gemfile
2
Gemfile
|
@ -4,7 +4,7 @@
|
||||||
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
source ENV['GEM_SOURCE'] || "https://rubygems.org"
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'voxpupuli-test', '~> 4.0', :require => false
|
gem 'voxpupuli-test', '~> 5.0', :require => false
|
||||||
gem 'coveralls', :require => false
|
gem 'coveralls', :require => false
|
||||||
gem 'simplecov-console', :require => false
|
gem 'simplecov-console', :require => false
|
||||||
gem 'puppet_metadata', '~> 1.0', :require => false
|
gem 'puppet_metadata', '~> 1.0', :require => false
|
||||||
|
|
2
Rakefile
2
Rakefile
|
@ -1,7 +1,7 @@
|
||||||
# Managed by modulesync - DO NOT EDIT
|
# Managed by modulesync - DO NOT EDIT
|
||||||
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
# 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.
|
# otherwise attempt to load it directly.
|
||||||
begin
|
begin
|
||||||
require 'voxpupuli/test/rake'
|
require 'voxpupuli/test/rake'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue