Merge branch 'master' of git://git.puppet.immerda.ch/module-apt
Conflicts: templates/Debian/sources.list.erb
This commit is contained in:
commit
8ed07cac2f
9 changed files with 66 additions and 66 deletions
|
@ -1,9 +1,10 @@
|
||||||
|
# manage dselect, like
|
||||||
|
# suppressing the annoying help texts
|
||||||
class apt::dselect {
|
class apt::dselect {
|
||||||
|
|
||||||
# suppress annoying help texts of dselect
|
file_line { 'dselect_expert':
|
||||||
line { 'dselect_expert':
|
path => '/etc/dpkg/dselect.cfg',
|
||||||
file => '/etc/dpkg/dselect.cfg',
|
line => 'expert',
|
||||||
line => 'expert',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package { 'dselect': ensure => installed }
|
package { 'dselect': ensure => installed }
|
||||||
|
|
|
@ -113,9 +113,8 @@ class apt(
|
||||||
# backports uses the normal archive key now
|
# backports uses the normal archive key now
|
||||||
package { 'debian-backports-keyring': ensure => absent }
|
package { 'debian-backports-keyring': ensure => absent }
|
||||||
|
|
||||||
include common::moduledir
|
common::module_dir { 'apt': }
|
||||||
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
$apt_base_dir = "${common::moduledir::module_dir_path}/apt"
|
||||||
modules_dir { 'apt': }
|
|
||||||
|
|
||||||
if $custom_key_dir {
|
if $custom_key_dir {
|
||||||
file { "${apt_base_dir}/keys.d":
|
file { "${apt_base_dir}/keys.d":
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// This file is managed by Puppet
|
// This file is managed by Puppet
|
||||||
// all local modifications will be overwritten
|
// all local modifications will be overwritten
|
||||||
|
|
||||||
Acquire::http { Proxy "<%= proxy %>:<%= port %>"; };
|
Acquire::http { Proxy "<%= @proxy %>:<%= @port %>"; };
|
||||||
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";
|
Acquire::HTTP::Proxy::bugs.debian.org "DIRECT";
|
||||||
|
|
|
@ -24,9 +24,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# of "hostname -f" for the system name in the mails it generates
|
# of "hostname -f" for the system name in the mails it generates
|
||||||
#
|
#
|
||||||
# SYSTEM="foobar.example.com"
|
# SYSTEM="foobar.example.com"
|
||||||
<%- unless scope.lookupvar('apt::apticron::system').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::system')).to_s == "false" -%>
|
||||||
<%= "SYSTEM=\"#{scope.lookupvar('apt::apticron::system')}\"" %>
|
SYSTEM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set IPADDRESSNUM if you would like to configure the maximal number of IP
|
# Set IPADDRESSNUM if you would like to configure the maximal number of IP
|
||||||
|
@ -34,9 +34,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# family type (inet, inet6), if available.
|
# family type (inet, inet6), if available.
|
||||||
#
|
#
|
||||||
# IPADDRESSNUM="1"
|
# IPADDRESSNUM="1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddressnum').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddressnum')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSNUM=\"#{scope.lookupvar('apt::apticron::ipaddressnum')}\"" %>
|
IPADDRESSNUM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set IPADDRESSES to a whitespace seperated list of reachable addresses for
|
# Set IPADDRESSES to a whitespace seperated list of reachable addresses for
|
||||||
|
@ -44,7 +44,7 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# "ip" command
|
# "ip" command
|
||||||
#
|
#
|
||||||
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddresses').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddresses')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSES=\"#{scope.lookupvar('apt::apticron::ipaddresses')}\"" %>
|
IPADDRESSES="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
|
@ -26,9 +26,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# of "hostname -f" for the system name in the mails it generates
|
# of "hostname -f" for the system name in the mails it generates
|
||||||
#
|
#
|
||||||
# SYSTEM="foobar.example.com"
|
# SYSTEM="foobar.example.com"
|
||||||
<%- unless scope.lookupvar('apt::apticron::system').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::system')).to_s == "false" -%>
|
||||||
<%= "SYSTEM=\"#{scope.lookupvar('apt::apticron::system')}\"" %>
|
SYSTEM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -37,9 +37,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# family type (inet, inet6), if available.
|
# family type (inet, inet6), if available.
|
||||||
#
|
#
|
||||||
# IPADDRESSNUM="1"
|
# IPADDRESSNUM="1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddressnum').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddressnum')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSNUM=\"#{scope.lookupvar('apt::apticron::ipaddressnum')}\"" %>
|
IPADDRESSNUM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -48,9 +48,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# "ip" command
|
# "ip" command
|
||||||
#
|
#
|
||||||
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddresses').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddresses')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSES=\"#{scope.lookupvar('apt::apticron::ipaddresses')}\"" %>
|
IPADDRESSES="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -25,9 +25,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# of "hostname -f" for the system name in the mails it generates
|
# of "hostname -f" for the system name in the mails it generates
|
||||||
#
|
#
|
||||||
# SYSTEM="foobar.example.com"
|
# SYSTEM="foobar.example.com"
|
||||||
<%- unless scope.lookupvar('apt::apticron::system').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::system')).to_s == "false" -%>
|
||||||
<%= "SYSTEM=\"#{scope.lookupvar('apt::apticron::system')}\"" %>
|
SYSTEM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set IPADDRESSNUM if you would like to configure the maximal number of IP
|
# Set IPADDRESSNUM if you would like to configure the maximal number of IP
|
||||||
|
@ -35,9 +35,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# family type (inet, inet6), if available.
|
# family type (inet, inet6), if available.
|
||||||
#
|
#
|
||||||
# IPADDRESSNUM="1"
|
# IPADDRESSNUM="1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddressnum').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddressnum')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSNUM=\"#{scope.lookupvar('apt::apticron::ipaddressnum')}\"" %>
|
IPADDRESSNUM="<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set IPADDRESSES to a whitespace separated list of reachable addresses for
|
# Set IPADDRESSES to a whitespace separated list of reachable addresses for
|
||||||
|
@ -45,9 +45,9 @@ LISTCHANGES_PROFILE="<%= scope.lookupvar('apt::apticron::listchanges_profile') %
|
||||||
# "ip" command
|
# "ip" command
|
||||||
#
|
#
|
||||||
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
# IPADDRESSES="192.0.2.1 2001:db8:1:2:3::1"
|
||||||
<%- unless scope.lookupvar('apt::apticron::ipaddresses').to_s == "false" -%>
|
<% unless (v=scope.lookupvar('apt::apticron::ipaddresses')).to_s == "false" -%>
|
||||||
<%= "IPADDRESSES=\"#{scope.lookupvar('apt::apticron::ipaddresses')}\"" %>
|
IPADDRESSES=<%= v %>"
|
||||||
<%- end -%>
|
<% end -%>
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set NOTIFY_HOLDS="0" if you don't want to be notified about new versions of
|
# Set NOTIFY_HOLDS="0" if you don't want to be notified about new versions of
|
||||||
|
|
|
@ -5,14 +5,14 @@
|
||||||
|
|
||||||
# basic
|
# basic
|
||||||
deb <%= debian_url=scope.lookupvar('apt::debian_url') %> <%= codename %> <%= lrepos=scope.lookupvar('apt::real_repos') %>
|
deb <%= debian_url=scope.lookupvar('apt::debian_url') %> <%= codename %> <%= lrepos=scope.lookupvar('apt::real_repos') %>
|
||||||
<% if scope.lookupvar('apt::include_src') -%>
|
<% if include_src=scope.lookupvar('apt::include_src') -%>
|
||||||
deb-src <%= debian_url %> <%= codename %> <%= lrepos %>
|
deb-src <%= debian_url %> <%= codename %> <%= lrepos %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
# security
|
# security
|
||||||
<% if ((release=scope.lookupvar('apt::release')) == "stable" || release == "oldstable") -%>
|
<% if ((release=scope.lookupvar('apt::release')) == "stable" || release == "oldstable") -%>
|
||||||
deb <%= security_url=scope.lookupvar('apt::security_url') %> <%= codename %>/updates <%= lrepos %>
|
deb <%= security_url=scope.lookupvar('apt::security_url') %> <%= codename %>/updates <%= lrepos %>
|
||||||
<% if include_src -%>
|
<% if include_src -%>
|
||||||
deb-src <%= security_url %> <%= codename %>/updates <%= lrepos %>
|
deb-src <%= security_url %> <%= codename %>/updates <%= lrepos %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
|
@ -24,22 +24,22 @@ deb-src <%= security_url %> <%= codename %>/updates <%= lrepos %>
|
||||||
# There is no backports archive for <%= release %>
|
# There is no backports archive for <%= release %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
deb <%= backports_url=scope.lookupvar('apt::backports_url') %> <%= codename %>-backports <%= lrepos %>
|
deb <%= backports_url=scope.lookupvar('apt::backports_url') %> <%= codename %>-backports <%= lrepos %>
|
||||||
<% if include_src -%>
|
<% if include_src -%>
|
||||||
deb-src <%= backports_url %> <%= codename %>-backports <%= lrepos %>
|
deb-src <%= backports_url %> <%= codename %>-backports <%= lrepos %>
|
||||||
<% end -%>
|
<% end
|
||||||
<% end -%>
|
end -%>
|
||||||
|
|
||||||
<% if use_volatile=scope.lookupvar('apt::use_volatile') -%>
|
<% if use_volatile=scope.lookupvar('apt::use_volatile') -%>
|
||||||
# volatile
|
# volatile
|
||||||
<% if (release == "testing" || release == "unstable" || release == "experimental") -%>
|
<% if (release == "testing" || release == "unstable" || release == "experimental") -%>
|
||||||
# There is no volatile archive for <%= release %>
|
# There is no volatile archive for <%= release %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
deb <%= debian_url %> <%= codename %>-updates <%= lrepos %>
|
deb <%= debian_url %> <%= codename %>-updates <%= lrepos %>
|
||||||
<% if include_src -%>
|
<% if include_src -%>
|
||||||
deb-src <%= debian_url %> <%= codename %>-updates <%= lrepos %>
|
deb-src <%= debian_url %> <%= codename %>-updates <%= lrepos %>
|
||||||
<% end -%>
|
<% end
|
||||||
<% end -%>
|
end
|
||||||
<% end -%>
|
end -%>
|
||||||
|
|
||||||
<% if use_lts=scope.lookupvar('apt::use_lts') -%>
|
<% if use_lts=scope.lookupvar('apt::use_lts') -%>
|
||||||
# LTS
|
# LTS
|
||||||
|
@ -58,29 +58,29 @@ deb-src <%= debian_url %> <%= codename %>-lts <%= lrepos %>
|
||||||
|
|
||||||
# basic
|
# basic
|
||||||
deb <%= debian_url %> <%= next_codename %> <%= lrepos %>
|
deb <%= debian_url %> <%= next_codename %> <%= lrepos %>
|
||||||
<% if include_src then -%>
|
<% if include_src -%>
|
||||||
deb-src <%= debian_url %> <%= next_codename %> <%= lrepos %>
|
deb-src <%= debian_url %> <%= next_codename %> <%= lrepos %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
# security
|
# security
|
||||||
<% if (next_release == "unstable" || next_release == "experimental") -%>
|
<% if (next_release == "unstable" || next_release == "experimental") -%>
|
||||||
# There is no security support for <%= next_release %>
|
# There is no security support for <%= next_release %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
deb <%= security_url %> <%= next_codename %>/updates <%= lrepos %>
|
deb <%= security_url %> <%= next_codename %>/updates <%= lrepos %>
|
||||||
<% if include_src then -%>
|
<% if include_src then -%>
|
||||||
deb-src <%= security_url %> <%= next_codename %>/updates <%= lrepos %>
|
deb-src <%= security_url %> <%= next_codename %>/updates <%= lrepos %>
|
||||||
<% end -%>
|
<% end
|
||||||
<% end -%>
|
end -%>
|
||||||
|
|
||||||
<% if use_volatile -%>
|
<% if use_volatile -%>
|
||||||
# volatile
|
# volatile
|
||||||
<% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%>
|
<% if (next_release == "testing" || next_release == "unstable" || next_release == "experimental") -%>
|
||||||
# There is no volatile archive for <%= next_release %>
|
# There is no volatile archive for <%= next_release %>
|
||||||
<% else -%>
|
<% else -%>
|
||||||
deb <%= debian_url %> <%= next_codename %>-updates <%= lrepos %>
|
deb <%= debian_url %> <%= next_codename %>-updates <%= lrepos %>
|
||||||
<% if include_src then -%>
|
<% if include_src -%>
|
||||||
deb-src <%= debian_url %> <%= next_codename %>-updates <%= lrepos %>
|
deb-src <%= debian_url %> <%= next_codename %>-updates <%= lrepos %>
|
||||||
<% end -%>
|
<% end
|
||||||
<% end -%>
|
end
|
||||||
<% end -%>
|
end
|
||||||
<% end -%>
|
end -%>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Package: <%= real_package %>
|
Package: <%= @real_package %>
|
||||||
Pin: <%= pin %>
|
Pin: <%= @pin %>
|
||||||
Pin-Priority: <%= priority %>
|
Pin-Priority: <%= @priority %>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Package: <%= real_package %>
|
Package: <%= @real_package %>
|
||||||
Pin: release a=<%= release %>
|
Pin: release a=<%= @release %>
|
||||||
Pin-Priority: <%= priority %>
|
Pin-Priority: <%= @priority %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue