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
1162b43c
Commit
1162b43c
authored
Sep 23, 2016
by
Angel L. Mateo
Browse files
Fix the path of the database
The postmap command needs the complete path of the database
parent
755d8684
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/map.pp
View file @
1162b43c
...
...
@@ -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