ded81d8edc
Signed-off-by: Gabriel Filion <lelutin@gmail.com> + more linting by intrigeri. Conflicts: manifests/apticron.pp manifests/cron/dist_upgrade.pp manifests/cron/download.pp manifests/dist_upgrade/initiator.pp manifests/init.pp manifests/listchanges.pp manifests/preferences.pp manifests/preseeded_package.pp manifests/proxy_client.pp manifests/unattended_upgrades.pp manifests/update.pp
9 lignes
152 o
Puppet
9 lignes
152 o
Puppet
class apt::proxy_client(
|
|
$proxy = 'http://localhost',
|
|
$port = '3142',
|
|
){
|
|
|
|
apt_conf { '20proxy':
|
|
content => template('apt/20proxy.erb'),
|
|
}
|
|
}
|