summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/packages.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/packages.pp b/manifests/packages.pp
index 4a3b26e..0f947d8 100644
--- a/manifests/packages.pp
+++ b/manifests/packages.pp
@@ -1,6 +1,6 @@
class mail::packages {
# The needed packages
- package { [ 'postgrey', 'amavisd-new', 'spamassassin', 'spamc' ]:
+ package { [ 'postgrey', 'amavisd-new', 'spamassassin', 'spamc', 'pflogsumm' ]:
ensure => installed,
}