Version information
released May 21st 2012
Start using this module
Add this module to your Puppetfile:
mod 'dhoppe-apt', '0.0.20'
Learn more about managing modules with a PuppetfileDocumentation
dhoppe/apt — version 0.0.20 May 21st 2012
Class: apt
This module manages apt
Definition:
apt::url
Parameters:
$mirror_deb - specify the url
$mirror_src - does the mirror contains the source files
Actions:
Installs the sources.list etc.
Requires:
Separate partition for /tmp
Sample Usage:
apt::url { '/etc/apt/sources.list':
mirror_deb => $mirror_deb,
mirror_src => $mirror_src,
}
Dependencies
- dhoppe/puppet (>=0.0.1)