-
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityHelp WantedAssistance is required to resolve this issueAssistance is required to resolve this issueTech DebtWill improve the maintainability of the codebaseWill improve the maintainability of the codebase
Description
default['postfix']['main']['mydestination'] = [node['postfix']['main']['myhostname'], node['hostname'], 'localhost.localdomain', 'localhost'].compactThis makes delivery fails to node['postfix']['main']['myhostname'] and node['hostname'] if the receiver server is at another host.
This also makes override complicated as it can't be done on roles, just directly on node attributes.
I can make a pull request if you agree.
Metadata
Metadata
Assignees
Labels
Feature RequestEnhancement to existing functionality or new functionalityEnhancement to existing functionality or new functionalityHelp WantedAssistance is required to resolve this issueAssistance is required to resolve this issueTech DebtWill improve the maintainability of the codebaseWill improve the maintainability of the codebase