From 79925ec1e754002b733b80c50ac2620fe9d2ce36 Mon Sep 17 00:00:00 2001 From: Eric Veiras Galisson Date: Mon, 18 Jul 2022 15:24:50 +0200 Subject: [PATCH] style: uniformize template files headers --- proftpd/files/modules.conf | 4 ++-- proftpd/files/proftpd.conf | 5 +++++ proftpd/files/sql.conf | 6 +++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/proftpd/files/modules.conf b/proftpd/files/modules.conf index e0fb483..6aa99c3 100644 --- a/proftpd/files/modules.conf +++ b/proftpd/files/modules.conf @@ -1,6 +1,6 @@ ######################################################################## -## File managed by Salt. -## Your changes will be overwritten. +# File managed by Salt at <{{ source }}>. +# Your changes will be overwritten. ######################################################################## # This file is used to manage DSO modules and features. # diff --git a/proftpd/files/proftpd.conf b/proftpd/files/proftpd.conf index 767db56..1ba6538 100644 --- a/proftpd/files/proftpd.conf +++ b/proftpd/files/proftpd.conf @@ -1,3 +1,8 @@ +######################################################################## +# File managed by Salt at <{{ source }}>. +# Your changes will be overwritten. +######################################################################## + {% if modules_config %} # Includes DSO modules Include {{ modules_config }} diff --git a/proftpd/files/sql.conf b/proftpd/files/sql.conf index 8085ae2..0a7a1d6 100644 --- a/proftpd/files/sql.conf +++ b/proftpd/files/sql.conf @@ -1,4 +1,8 @@ -# +######################################################################## +# File managed by Salt at <{{ source }}>. +# Your changes will be overwritten. +######################################################################## + # Proftpd sample configuration for SQL-based authentication. # # (This is not to be used if you prefer a PAM-based SQL authentication)