Unverified Commit 926672b9 authored by Ewoud Kohl van Wijngaarden's avatar Ewoud Kohl van Wijngaarden Committed by GitHub
Browse files

Merge pull request #304 from bastelfreak/puppet-lint-top_scope_facts-check

puppet-lint: fix top_scope_facts warnings
parents 5a463580 fd07bfbc
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,
  }