From a52928815c1339c1337c5b7d69c9e618e0d6b8ca Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Wed, 8 Apr 2020 17:18:59 +0200 Subject: [PATCH] Drop redundant modulesync config --- .sync.yml | 4 ---- spec/spec_helper_acceptance.rb | 2 -- 2 files changed, 6 deletions(-) diff --git a/.sync.yml b/.sync.yml index b951b9f8..67f2fe13 100644 --- a/.sync.yml +++ b/.sync.yml @@ -2,8 +2,6 @@ .puppet-lint.rc: extra_disabled_lint_checks: - arrow_on_right_operand_line -.travis.yml: - test_all_rvms: false Rakefile: param_docs_pattern: - manifests/init.pp @@ -12,5 +10,3 @@ spec/spec_helper.rb: - name: systemd value: true source: puppet-systemd -spec/spec_helper_acceptance.rb: - install_epel: true diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 11924ef2..7c38f9f5 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -28,8 +28,6 @@ on host, 'sed -i "s/keepcache=.*/keepcache=1/" /etc/yum.conf' # refresh check if cache needs refresh on next yum command on host, 'yum clean expire-cache' - # We always need EPEL - on host, puppet('resource', 'package', 'epel-release', 'ensure=installed') end end end