Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
fd07bfbc
Unverified
Commit
fd07bfbc
authored
Aug 30, 2021
by
Tim Meusel
Browse files
puppet-lint: fix top_scope_facts warnings
parent
5a463580
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/map.pp
View file @
fd07bfbc
...
@@ -90,7 +90,7 @@ define postfix::map (
...
@@ -90,7 +90,7 @@ define postfix::map (
exec
{
"generate
${name}
.db"
:
exec
{
"generate
${name}
.db"
:
command
=>
$generate_cmd
,
command
=>
$generate_cmd
,
path
=>
$
::
path
,
path
=>
$
facts
[
'
path
'
]
,
#creates => "${name}.db", # this prevents postmap from being run !
#creates => "${name}.db", # this prevents postmap from being run !
refreshonly
=>
true
,
refreshonly
=>
true
,
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment