module-apt/manifests/proxy_client.pp

10 lines
152 B
ObjectPascal
Raw Normal View History

class apt::proxy_client(
$proxy = 'http://localhost',
$port = '3142',
){
apt_conf { "20proxy":
content => template("apt/20proxy.erb"),
}
}