Unverified Commit fd07bfbc authored by Tim Meusel's avatar Tim Meusel
Browse files

puppet-lint: fix top_scope_facts warnings

parent 5a463580
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ define postfix::map (

  exec { "generate ${name}.db":
    command     => $generate_cmd,
    path        => $::path,
    path        => $facts['path'],
    #creates    => "${name}.db", # this prevents postmap from being run !
    refreshonly => true,
  }