Skip to content

Commit

Permalink
Drop redundant modulesync config
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored and ehelms committed Apr 8, 2020
1 parent d4b09b8 commit a529288
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -12,5 +10,3 @@ spec/spec_helper.rb:
- name: systemd
value: true
source: puppet-systemd
spec/spec_helper_acceptance.rb:
install_epel: true
2 changes: 0 additions & 2 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a529288

Please sign in to comment.