Skip to content

Commit

Permalink
More reliable way to manage ${postfixdir}/${title}.db
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Buriola committed Apr 4, 2017
1 parent 57b78e1 commit 8982aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/dbfile.pp
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
} else {

exec { "${postmap} ${title}":
cwd => $postfixdir,
subscribe => File["${postfixdir}/${title}"],
refreshonly => true,
cwd => $postfixdir,
subscribe => File["${postfixdir}/${title}"],
creates => "${postfixdir}/${title}.db".
# No need to notify the service, since it detects changed files
}

Expand Down

0 comments on commit 8982aa7

Please sign in to comment.