summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Filion <lelutin@gmail.com>2010-10-25 01:13:44 -0400
committerGabriel Filion <lelutin@gmail.com>2010-10-25 01:13:44 -0400
commit1b0bc415977c1c8b49390e0cdb1361769e0fdbae (patch)
treec8d776b9330f98ddfd3ddb13a9b11298b2a49d7d
parentd97a49b7b2c020c2c43df6524236f50a421789ee (diff)
Add file headers for awareness of puppet presence
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
-rw-r--r--files/02show_upgraded3
-rw-r--r--files/03clean3
-rw-r--r--files/preferences3
-rw-r--r--templates/20proxy.erb3
-rw-r--r--templates/Debian/sources.list.deb-src.erb1
-rw-r--r--templates/Debian/sources.list.erb1
-rw-r--r--templates/Debian/sources.list.volatile.erb1
-rw-r--r--templates/Ubuntu/sources.list.backports.erb1
-rw-r--r--templates/Ubuntu/sources.list.deb-src.erb1
-rw-r--r--templates/Ubuntu/sources.list.erb1
10 files changed, 18 insertions, 0 deletions
diff --git a/files/02show_upgraded b/files/02show_upgraded
index 870a3a9..eb046b2 100644
--- a/files/02show_upgraded
+++ b/files/02show_upgraded
@@ -1 +1,4 @@
+# This file is brought to you by Puppet
+# all local modifications will be overwritten
+
APT::Get::Show-Upgraded true;
diff --git a/files/03clean b/files/03clean
index 335823d..d878375 100644
--- a/files/03clean
+++ b/files/03clean
@@ -1 +1,4 @@
+# This file is brought to you by Puppet
+# all local modifications will be overwritten
+
DSelect::Clean auto;
diff --git a/files/preferences b/files/preferences
index e893b7e..7495131 100644
--- a/files/preferences
+++ b/files/preferences
@@ -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
diff --git a/templates/20proxy.erb b/templates/20proxy.erb
index e72319f..36b26a0 100644
--- a/templates/20proxy.erb
+++ b/templates/20proxy.erb
@@ -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 %>"; };
diff --git a/templates/Debian/sources.list.deb-src.erb b/templates/Debian/sources.list.deb-src.erb
index 6811eca..e167ab6 100644
--- a/templates/Debian/sources.list.deb-src.erb
+++ b/templates/Debian/sources.list.deb-src.erb
@@ -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
diff --git a/templates/Debian/sources.list.erb b/templates/Debian/sources.list.erb
index 169d7b5..ab029ca 100644
--- a/templates/Debian/sources.list.erb
+++ b/templates/Debian/sources.list.erb
@@ -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
diff --git a/templates/Debian/sources.list.volatile.erb b/templates/Debian/sources.list.volatile.erb
index 06d6590..d8527b6 100644
--- a/templates/Debian/sources.list.volatile.erb
+++ b/templates/Debian/sources.list.volatile.erb
@@ -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 %>
diff --git a/templates/Ubuntu/sources.list.backports.erb b/templates/Ubuntu/sources.list.backports.erb
index 66610a6..2bb0ad2 100644
--- a/templates/Ubuntu/sources.list.backports.erb
+++ b/templates/Ubuntu/sources.list.backports.erb
@@ -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
diff --git a/templates/Ubuntu/sources.list.deb-src.erb b/templates/Ubuntu/sources.list.deb-src.erb
index f04de67..22f103b 100644
--- a/templates/Ubuntu/sources.list.deb-src.erb
+++ b/templates/Ubuntu/sources.list.deb-src.erb
@@ -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
diff --git a/templates/Ubuntu/sources.list.erb b/templates/Ubuntu/sources.list.erb
index dfecd63..a37fffc 100644
--- a/templates/Ubuntu/sources.list.erb
+++ b/templates/Ubuntu/sources.list.erb
@@ -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