module-apt/manifests/proxy_client.pp
2012-08-22 10:55:25 -04:00

9 lines
152 B
Puppet

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