summaryrefslogtreecommitdiff
path: root/manifests/definitions/transport.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/definitions/transport.pp')
-rw-r--r--manifests/definitions/transport.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/definitions/transport.pp b/manifests/definitions/transport.pp
index 1624bcc..0e462cb 100644
--- a/manifests/definitions/transport.pp
+++ b/manifests/definitions/transport.pp
@@ -4,5 +4,6 @@ define postfix::transport ($ensure, $destination) {
file => "/etc/postfix/transport",
line => "${name} ${destination}",
notify => Exec["generate /etc/postfix/transport.db"],
+ require => Package["postfix"],
}
}