Skip to content
Snippets Groups Projects
Commit 799641de authored by Christian Kaenzig's avatar Christian Kaenzig
Browse files

Fix map calling in hash

map defines the default path by prepending '/etc/postfix/' to $name, so
this doesn't work when the name is already the absolute path. We need
to force the path passed to map.
parent 755d8684
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ define postfix::hash ( ...@@ -52,6 +52,7 @@ define postfix::hash (
source => $source, source => $source,
content => $content, content => $content,
type => 'hash', type => 'hash',
path => $name,
} }
Class['postfix'] -> Postfix::Hash[$title] Class['postfix'] -> Postfix::Hash[$title]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment