summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@puscii.nl>2018-09-26 17:36:20 +0200
committerkwadronaut <kwadronaut@puscii.nl>2018-09-26 17:36:20 +0200
commit118bfb9ba8fc819b99861992c93f665792f94874 (patch)
tree29c83b322850e36d739d9ef3491049fedfba2dc7 /templates
parent3bed48fba6ae35813b8c4413887aba5262c43689 (diff)
parent145b5238258827702ad3ac4a0a9713981209e1bc (diff)
Merge remote-tracking branch 'shared/master'
Diffstat (limited to 'templates')
-rw-r--r--templates/Debian/current_codename.erb (renamed from templates/Debian/stable.erb)0
-rw-r--r--templates/Debian/fallback.erb7
-rw-r--r--templates/Debian/preferences.erb33
3 files changed, 0 insertions, 40 deletions
diff --git a/templates/Debian/stable.erb b/templates/Debian/current_codename.erb
index be05e51..be05e51 100644
--- a/templates/Debian/stable.erb
+++ b/templates/Debian/current_codename.erb
diff --git a/templates/Debian/fallback.erb b/templates/Debian/fallback.erb
deleted file mode 100644
index 1c75e83..0000000
--- a/templates/Debian/fallback.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file is managed by puppet
-# all local modifications will be overwritten
-
-Explanation: Debian fallback
-Package: *
-Pin: release o=Debian
-Pin-Priority: -10
diff --git a/templates/Debian/preferences.erb b/templates/Debian/preferences.erb
deleted file mode 100644
index 37cf80d..0000000
--- a/templates/Debian/preferences.erb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This file is managed by puppet
-# all local modifications will be overwritten
-
-Explanation: Debian <%= codename=scope.lookupvar('::debian_codename') %>
-Package: *
-Pin: release o=Debian,n=<%= codename %>
-Pin-Priority: 990
-
-<% if use_volatile=scope.lookupvar('apt::use_volatile') -%>
-Explanation: Debian <%= codename %>-updates
-Package: *
-Pin: release o=Debian,n=<%= codename %>-updates
-Pin-Priority: 990
-<%- end -%>
-
-<% if (use_lts=scope.lookupvar('apt::use_lts')) && (scope.lookupvar('::debian_lts') == "true") -%>
-Explanation: Debian <%= codename %>-lts
-Package: *
-Pin: release o=Debian,n=<%= codename %>-lts
-Pin-Priority: 990
-<%- end -%>
-
-<% if (next_codename=scope.lookupvar('::debian_nextcodename')) && (next_codename != "experimental") -%>
-Explanation: Debian <%= next_codename %>
-Package: *
-Pin: release o=Debian,n=<%= next_codename %>
-Pin-Priority: 2
-<%- end -%>
-
-Explanation: Debian fallback
-Package: *
-Pin: release o=Debian
-Pin-Priority: -10