module-postfix/manifests/amavis.pp
mh 59010a1c30 put classes and defines in the proper place
To take advantage of puppet's autoloading feature, which will be
mandatory sooner or later. We move all the files in their appropriate
place.
2012-04-07 13:56:47 -03:00

5 lines
109 B
Puppet

class postfix::amavis {
postfix::config {
"content_filter": value => "amavis:[127.0.0.1]:10024";
}
}