$priority = '50'
) {
- include apt::params
-
$apt_conf_d = $apt::params::apt_conf_d
file { "${apt_conf_d}/${priority}${name}":
$originator = '', # o=
$label = '' # l=
) {
- include apt::params
-
$preferences_d = $apt::params::preferences_d
if $order != '' and !is_integer($order) {
$release = $::lsbdistcodename,
$options = $apt::params::ppa_options,
) {
- include apt::params
include apt::update
$sources_list_d = $apt::params::sources_list_d
class apt::release (
$release_id
) {
-
- include apt::params
-
$root = $apt::params::root
file { "${root}/apt.conf.d/01release":
$architecture = undef,
$trusted_source = false,
) {
-
- include apt::params
include apt::update
validate_string($architecture)
class apt::update {
- include apt::params
#TODO: to catch if $::apt_update_last_success has the value of -1 here. If we
#opt to do this, a info/warn would likely be all you'd need likely to happen
#on the first run, but if it's not run in awhile something is likely borked