Skip to content

Commit

Permalink
Hacky fix for #26 by adding deps outside upstream module
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic Waller committed Oct 6, 2013
1 parent 5eedb89 commit 2358acc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/postfix.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@

# Ensure that Postfix is installed before Mailman
Package['postfix'] -> Package[$mailman::mm_package]

# TODO: remove this hack once it is fixed upstream
Package['postfix'] -> File['/etc/postfix/master.cf']
Package['postfix'] -> File['/etc/postfix/main.cf']
}

0 comments on commit 2358acc

Please sign in to comment.