From 728dbb64e57b06bcafc7a082d726a2bffa3261ff Mon Sep 17 00:00:00 2001 From: Gilou Date: Wed, 10 Oct 2018 18:00:28 +0200 Subject: [PATCH] add warning in sh file --- postgres/templates/postgres.sh.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgres/templates/postgres.sh.j2 b/postgres/templates/postgres.sh.j2 index 3d074fa..fe69af7 100644 --- a/postgres/templates/postgres.sh.j2 +++ b/postgres/templates/postgres.sh.j2 @@ -1,3 +1,8 @@ +###################################################################### +# ATTENTION! Managed by SaltStack. # +# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN! # +###################################################################### + if ! echo $PATH | grep -q {{ bin_dir }} ; then export PATH=$PATH:{{ bin_dir }} fi