Skip to content

eirc/puppet-aptcacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptcacher

Install and manage apt cacher servers and clients via puppet.

Server

node apt-server {
  aptcacher::conf { 'config':
    ensure => present,
    source => 'puppet:///files/aptcacher/config',
  }
}

Client

node apt-client {
  aptcacher::client { 'client':
    server => 'http://apt-server:3142',
  }
}

License

Apache License, Version 2.0

Contact

Eric Cohen eirc.eirc@gmail.com

Support

Please log tickets and issues at our Github issues page

About

Install and manage apt cacher servers and clients via puppet.

Resources

Stars

Watchers

Forks

Packages

No packages published