Skip to content
Snippets Groups Projects
Commit c74a3537 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Validate parameters

parent 166b7a71
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ class postfix ( ...@@ -31,6 +31,8 @@ class postfix (
$master_submission = undef, # postfix_master_submission $master_submission = undef, # postfix_master_submission
) inherits postfix::params { ) inherits postfix::params {
validate_string($smtp_listen)
validate_string($root_mail_recipient)
validate_bool($use_amavisd) validate_bool($use_amavisd)
validate_bool($use_dovecot_lda) validate_bool($use_dovecot_lda)
validate_bool($use_schleuder) validate_bool($use_schleuder)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment