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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,