Skip to content
Snippets Groups Projects
Commit e03c5185 authored by Karl Kornel's avatar Karl Kornel
Browse files

postfix::sender: Remove an unneeded variable definition.

parent b672a3ce
No related branches found
Tags release/005.005
No related merge requests found
......@@ -20,7 +20,6 @@ define base::postfix::sender(
$ensure,
$file = '/etc/postfix/senders'
) {
$pattern = "'^${name}'"
$line = "${name} ${ensure}"
$file_line_ensure = $ensure ? {
'absent' => 'absent',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment