diff options
author | Gabriel Filion <lelutin@gmail.com> | 2010-10-25 13:58:14 -0400 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2010-10-25 14:19:58 -0400 |
commit | bd3b46ac07e36bb995c99ade2e6d045c9f06f4fc (patch) | |
tree | 96b8698a40f755fcf6769ea0a2e75e4f82f5a718 /templates/Debian/sources.list.volatile.erb | |
parent | 8efc70cab8b87fea46868396210568081e1ecfca (diff) |
Change "brought to you" into "managed" in headers
File headers are there to indicate that the files should not be touched
directly on the server. By changing the first sentence to "This file is
managed by Puppet", we reinforce the idea that it is already taken care
of by something else.
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Diffstat (limited to 'templates/Debian/sources.list.volatile.erb')
-rw-r--r-- | templates/Debian/sources.list.volatile.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Debian/sources.list.volatile.erb b/templates/Debian/sources.list.volatile.erb index d8527b6..4a0d9ab 100644 --- a/templates/Debian/sources.list.volatile.erb +++ b/templates/Debian/sources.list.volatile.erb @@ -1,4 +1,4 @@ -# This file is brought to you by puppet +# This file is managed by puppet # all local modifications will be overwritten <% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable" || lsbdistcodename == "squeeze") -%> |