diff options
author | Marc Fournier <marc.fournier@camptocamp.com> | 2009-07-21 21:44:03 +0200 |
---|---|---|
committer | Marc Fournier <marc.fournier@camptocamp.com> | 2009-07-21 21:44:03 +0200 |
commit | dfc16f3a462756387fbb07f0097337ad7e9978b1 (patch) | |
tree | 709d53395499e8995afe6e2203408e886af5bf94 /manifests/definitions/virtual.pp | |
parent | ca0e5510b8eed63dfdaf55936d395987d407fb7f (diff) | |
download | puppet-postfix-dfc16f3a462756387fbb07f0097337ad7e9978b1.tar.gz puppet-postfix-dfc16f3a462756387fbb07f0097337ad7e9978b1.tar.bz2 |
postfix: added a couple of missing deps
Diffstat (limited to 'manifests/definitions/virtual.pp')
-rw-r--r-- | manifests/definitions/virtual.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/definitions/virtual.pp b/manifests/definitions/virtual.pp index 6f3961a..7511340 100644 --- a/manifests/definitions/virtual.pp +++ b/manifests/definitions/virtual.pp @@ -4,5 +4,6 @@ define postfix::virtual ($ensure, $destination) { file => "/etc/postfix/virtual", line => "${name} ${destination}", notify => Exec["generate /etc/postfix/virtual.db"], + require => Package["postfix"], } } |