Skip to content

Commit

Permalink
mailalias typos
Browse files Browse the repository at this point in the history
  • Loading branch information
peelman committed Aug 26, 2024
1 parent 8c25b04 commit 62c0bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
Optional[String] $ldap_options = undef,
Array[String[1]] $ldap_packages = [],
String $lookup_table_type = 'hash',
Hash $mail_aliases = {},
Hash $mailaliases = {},

Check failure on line 275 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

trailing whitespace found (check: trailing_whitespace)
String $mail_user = 'vmail', # postfix_mail_user
Boolean $mailman = false,
String $mailx_ensure = 'present',
Expand Down Expand Up @@ -339,7 +339,7 @@
}
}

Check failure on line 341 in manifests/init.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

trailing whitespace found (check: trailing_whitespace)
$mail_aliases.each |$key, $value| {
$mailaliases.each |$key, $value| {
postfix::mailalias { $key:
* => $value,
}
Expand Down

0 comments on commit 62c0bd0

Please sign in to comment.