-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
sender email variabilized #52
Conversation
manifests/init.pp
Outdated
@@ -32,6 +32,7 @@ | |||
$action = 'action_mb', | |||
$bantime = 432000, | |||
$email = "fail2ban@${::domain}", | |||
$sender = 'fail2ban@localhost', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize this was @localhost
before, but should this be fail2ban@${::fqdn}
by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure to know but what you say seems more logical to me.
Do you want me to update the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that would be good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Thanks! |
Pull Request (PR) description
The
sender
email was not variablized as for thedestemail
.This Pull Request (PR) fixes the following issues
Fixes #51