a0841c293e
Add default config for Gemfile, puppet-lint disabled checks, nodepool files for centos7 and trusty, and a sample modulesync.yaml for configuring msync. Co-Authored-By: Cody Herries <cody@puppetlabs.com> Change-Id: Ib00a5b3b9c62f063b0b88b2d883e0ebad6506840
27 lines
777 B
YAML
27 lines
777 B
YAML
---
|
|
Gemfile:
|
|
required:
|
|
':development, :test':
|
|
- gem: puppetlabs_spec_helper
|
|
- gem: rspec-puppet
|
|
version: '~> 2.1.0'
|
|
- gem: metadata-json-lint
|
|
- gem: puppet-lint-param-docs
|
|
- gem: puppet-lint-absolute_classname-check
|
|
- gem: puppet-lint-absolute_template_path
|
|
- gem: puppet-lint-trailing_newline-check
|
|
- gem: puppet-lint-unquoted_string-check
|
|
- gem: puppet-lint-leading_zero-check
|
|
- gem: puppet-lint-variable_contains_upcase
|
|
- gem: puppet-lint-numericvariable
|
|
- gem: json
|
|
- gem: webmock
|
|
':system_tests':
|
|
- gem: beaker-rspec
|
|
Rakefile:
|
|
default_disabled_lint_checks:
|
|
- '80chars'
|
|
- 'class_inherits_from_params_class'
|
|
- 'class_parameter_defaults'
|
|
- 'only_variable_string'
|