diff options
author | Gabriel Filion <gabster@lelutin.ca> | 2017-07-02 01:39:34 -0400 |
---|---|---|
committer | Gabriel Filion <gabster@lelutin.ca> | 2017-07-02 01:39:34 -0400 |
commit | 5bbc86ff4f4a601a3924805a13fc1c5154670289 (patch) | |
tree | f4ca946c8f10f4e957e97a6b7d1de9e00534d40e | |
parent | f3db3309f3a3fc5ee0f621593ed83805798f7890 (diff) |
remove template for main preferences config
this file is not used anymore. we've moved all of this to preferences.d
so the template is useless now, but we forgot to remove it.
-rw-r--r-- | templates/Debian/preferences.erb | 33 |
1 files changed, 0 insertions, 33 deletions
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 |