Skip to content
GitLab
Menu
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
c74a3537
Commit
c74a3537
authored
May 22, 2013
by
Raphaël Pinson
Browse files
Validate parameters
parent
166b7a71
Changes
1
Show whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
c74a3537
...
...
@@ -31,6 +31,8 @@ class postfix (
$master_submission
=
undef
,
# postfix_master_submission
)
inherits
postfix::params
{
validate_string
(
$smtp_listen
)
validate_string
(
$root_mail_recipient
)
validate_bool
(
$use_amavisd
)
validate_bool
(
$use_dovecot_lda
)
validate_bool
(
$use_schleuder
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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