Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
1eb19d36
Commit
1eb19d36
authored
Oct 30, 2013
by
Raphaël Pinson
Browse files
Merge pull request #38 from liwo/bug/mydestination-multiple-values
$mydestination should allow comma separated values
parents
0b525615
d7991b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/mta.pp
View file @
1eb19d36
...
...
@@ -31,7 +31,7 @@ class postfix::mta (
validate_re
(
$relayhost
,
'^\S+$'
,
'Wrong value for $relayhost'
)
validate_re
(
$mydestination
,
'^\S+$'
,
validate_re
(
$mydestination
,
'^\S+
(?:,\s*\S+)*
$'
,
'Wrong value for $mydestination'
)
validate_re
(
$mynetworks
,
'^\S+$'
,
'Wrong value for $mynetworks'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment