Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop exim module #2005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion puppet/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ PuppetSyntax.exclude_paths = ["vendor/**/*"]
require 'puppet-lint/tasks/puppet-lint'
PuppetLint::RakeTask.new :lint do |config|
config.pattern = PuppetSyntax.manifests_paths
config.ignore_paths = ['modules/exim/**/*.pp']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rebased and updated this line to fully get rid of it. Waiting for CI now to see if it's still happy.

config.fail_on_warnings = true
end

Expand Down
12 changes: 0 additions & 12 deletions puppet/modules/exim/README

This file was deleted.

127 changes: 0 additions & 127 deletions puppet/modules/exim/manifests/init.pp

This file was deleted.

11 changes: 0 additions & 11 deletions puppet/modules/exim/metadata.json

This file was deleted.

6 changes: 0 additions & 6 deletions puppet/modules/exim/spec/spec.opts

This file was deleted.

18 changes: 0 additions & 18 deletions puppet/modules/exim/spec/spec_helper.rb

This file was deleted.

Loading
Loading