summaryrefslogtreecommitdiff
path: root/manifests/header_checks.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-14 10:34:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-14 10:34:36 -0300
commitcc90e80a1e3a330d3e2069fa4da19c91493fff41 (patch)
tree168a05570ccca9894076760a8f1ecbbcb15256fc /manifests/header_checks.pp
parent23c31dc2655078f04c0d772585672ceaa2ab35d3 (diff)
downloadpuppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.gz
puppet-mail-cc90e80a1e3a330d3e2069fa4da19c91493fff41.tar.bz2
Using $postfix_anon_sasl
Diffstat (limited to 'manifests/header_checks.pp')
-rw-r--r--manifests/header_checks.pp14
1 files changed, 1 insertions, 13 deletions
diff --git a/manifests/header_checks.pp b/manifests/header_checks.pp
index 8b74a5e..d58d1c3 100644
--- a/manifests/header_checks.pp
+++ b/manifests/header_checks.pp
@@ -1,15 +1,3 @@
class mail::header_checks {
- # Header checks
- postfix::config { "header_checks":
- value => 'regexp:/etc/postfix/header_checks',
- require => File['/etc/postfix/header_checks'],
- }
-
- file { "/etc/postfix/header_checks":
- ensure => present,
- owner => root,
- group => root,
- mode => 0644,
- content => template('mail/postfix/header_checks.erb'),
- }
+ # Place additional header checks here
}