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)