Loading manifests/map.pp +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
manifests/map.pp +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading