Skip to content
Snippets Groups Projects
Unverified Commit fd07bfbc authored by Tim Meusel's avatar Tim Meusel
Browse files

puppet-lint: fix top_scope_facts warnings

parent 5a463580
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment