X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgrey%2Fmanifests%2Finit.pp;h=bc42e865c67baafae31fad49c21e4994e26aa237;hb=df361af8358dc4084afc4ec502cab8546d6bf47a;hp=fd735b96cd7e9a07fe66141a8b9a981a9ace498a;hpb=120045339f8c08d97b45a71a3f1b5840700ff4dc;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgrey/manifests/init.pp b/modules/postgrey/manifests/init.pp index fd735b96c..bc42e865c 100644 --- a/modules/postgrey/manifests/init.pp +++ b/modules/postgrey/manifests/init.pp @@ -3,7 +3,7 @@ class postgrey { file { "/etc/default/postgrey": - source => "puppet:///exim/common/postgrey-default", + source => "puppet:///postgrey/default", require => Package["postgrey"], notify => Exec["postgrey restart"] ;