Skip to content
Snippets Groups Projects
Commit 744de621 authored by Christian Kaenzig's avatar Christian Kaenzig Committed by GitHub
Browse files

Merge pull request #149 from amateo/feature/fix_map

Fix the path of the map database
parents 755d8684 1162b43c
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ define postfix::map (
}
exec {"generate ${name}.db":
command => "postmap ${name}",
command => "postmap ${path}",
path => $::path,
#creates => "${name}.db", # this prevents postmap from being run !
refreshonly => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment