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
744de621
Commit
744de621
authored
Nov 08, 2016
by
Christian Kaenzig
Committed by
GitHub
Nov 08, 2016
Browse files
Merge pull request #149 from amateo/feature/fix_map
Fix the path of the map database
parents
755d8684
1162b43c
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/map.pp
View file @
744de621
...
...
@@ -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
,
...
...
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