Add file headers for awareness of puppet presence
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
This commit is contained in:
parent
d97a49b7b2
commit
1b0bc41597
10 changed files with 18 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
APT::Get::Show-Upgraded true;
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
DSelect::Clean auto;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# This file is brought to you by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
Package: *
|
||||
Pin: release a=unstable
|
||||
Pin-Priority: 1
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
# This file is brought to you by Puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
Acquire::http { Proxy "http://<%= real_apt_proxy %>:<%= real_apt_proxy_port %>"; };
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
deb-src http://ftp.debian.org/debian/ <%= lsbdistcodename %> main contrib non-free
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
deb http://ftp.debian.org/debian/ <%= lsbdistcodename %> main contrib non-free
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable" || lsbdistcodename == "squeeze") -%>
|
||||
# There are no backports for for <%= lsbdistcodename %>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# backports
|
||||
deb http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports main universe multiverse restricted
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> main restricted universe multiverse
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# This file is brought to you by puppet
|
||||
# all local modifications will be overwritten
|
||||
|
||||
# basic <%= lsbdistcodename %>
|
||||
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> main restricted universe multiverse
|
||||
|
|
Loading…
Reference in a new issue