diff --git a/.sync.yml b/.sync.yml index 92e8d26..8f09320 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,45 +1,46 @@ --- .travis.yml: bundle_args: --without system_tests docker_sets: - set: docker/centos-7 options: - set: docker/ubuntu-14.04 options: docker_defaults: bundler_args: "" secure: "" branches: - release extras: - env: CHECK=release_checks rvm: 2.1.9 Gemfile: required: ':system_tests': - gem: 'puppet-module-posix-system-r#{minor_version}' platforms: ruby - gem: 'puppet-module-win-system-r#{minor_version}' platforms: - mswin - mingw - x64_mingw - gem: beaker version: '~> 3.13' from_env: BEAKER_VERSION - gem: beaker-abs from_env: BEAKER_ABS_VERSION version: '~> 0.1' - gem: beaker-pe - gem: beaker-hostgenerator from_env: BEAKER_HOSTGENERATOR_VERSION - gem: beaker-rspec from_env: BEAKER_RSPEC_VERSION ':development': - gem: puppet-blacksmith version: '~> 3.4' Rakefile: requires: - puppet_blacksmith/rake_tasks + - puppet-lint/tasks/puppet-lint diff --git a/Rakefile b/Rakefile index 802f67b..a39cae2 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,4 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-syntax/tasks/puppet-syntax' require 'puppet_blacksmith/rake_tasks' +require 'puppet-lint/tasks/puppet-lint'