Skip to content

Instantly share code, notes, and snippets.

@tuksik
Created April 20, 2014 23:36
Show Gist options
  • Save tuksik/11128120 to your computer and use it in GitHub Desktop.
Save tuksik/11128120 to your computer and use it in GitHub Desktop.
Puppet APT settings for the local Apt-Cacher
class { 'apt':
always_apt_update => false,
disable_keys => undef,
proxy_host => '10.0.2.2',
proxy_port => '3142',
purge_sources_list => false,
purge_sources_list_d => false,
purge_preferences_d => false,
update_timeout => undef
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment