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>
This commit is contained in:
parent
8efc70cab8
commit
bd3b46ac07
10 changed files with 10 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
APT::Get::Show-Upgraded true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
DSelect::Clean auto;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
Package: *
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# This file is managed by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
Acquire::http { Proxy "<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by puppet
|
||||
# This file is managed by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by puppet
|
||||
# This file is managed by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
|
|
|
@ -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") -%>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by puppet
|
||||
# This file is managed by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# backports
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by puppet
|
||||
# This file is managed by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# This file is brought to you by puppet
|
||||
# This file is managed by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
|
|
Loading…
Reference in a new issue