From bb880fcc504dba39a7ba610ccb84187e863b1288 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 4 Jul 2014 01:07:44 +0200 Subject: Tell vim the underlying filetype of templates for syntax highlighting. --- roles/amavis/templates/etc/amavis/conf.d/50-user.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/amavis') diff --git a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 index 84814ca..f5a8c61 100644 --- a/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 +++ b/roles/amavis/templates/etc/amavis/conf.d/50-user.j2 @@ -1,4 +1,6 @@ use strict; +# {{ ansible_managed }} +# Do NOT edit this file directly! # # Place your configuration directives here. They will override those in @@ -180,3 +182,4 @@ $policy_bank{'INCOMING'} = { #------------ Do not modify anything below this line ------------- 1; # ensure a defined return +# vim: set filetype=perl : -- cgit v1.2.3