diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 304ba07..4467415 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,3 @@ jobs: puppet: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 - with: - pidfile_workaround: 'CentOS' diff --git a/.sync.yml b/.sync.yml deleted file mode 100644 index fe568d5..0000000 --- a/.sync.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -.github/workflows/ci.yml: - with: - pidfile_workaround: CentOS -Gemfile: - optional: - ':test': - - gem: puppet-lint-param-docs diff --git a/Gemfile b/Gemfile index 4dcf6ab..5625986 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,6 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org' group :test do gem 'voxpupuli-test', '~> 13.0', :require => false gem 'puppet_metadata', '~> 5.0', :require => false - gem 'puppet-lint-param-docs', :require => false end group :development do