diff options
author | mh <mh@immerda.ch> | 2012-02-16 16:51:56 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-02-16 16:51:56 +0100 |
commit | 77578b93bd98bf0bf9cf69e4fa8da75dcf9c236d (patch) | |
tree | c0ce83a00c9c6220b4bdddd1d5781e86b7ce2e48 /manifests/amavis.pp | |
parent | 5108973b37903047b8b17fbe54313cb4b6ea114f (diff) |
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.
Diffstat (limited to 'manifests/amavis.pp')
-rw-r--r-- | manifests/amavis.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/amavis.pp b/manifests/amavis.pp new file mode 100644 index 0000000..b663923 --- /dev/null +++ b/manifests/amavis.pp @@ -0,0 +1,5 @@ +class postfix::amavis { + postfix::config { + "content_filter": value => "amavis:[127.0.0.1]:10024"; + } +} |