Version information
released May 8th 2013
Start using this module
Add this module to your Puppetfile:
mod 'blalor-dpkg', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
blalor/dpkg — version 1.0.0 May 8th 2013
puppet-dpkg
Dead-simple module for managing dpkg.
Ok, "managing dpkg" is overstating it a bit. A lot. I've got some repositories that don't have multiple architectures, but Ubuntu Precise is brain-dead ("imprecise", as it were) and insists on looking for architectures my hosts don't support. So now you can turn that behavior off.
usage
class {'dpkg':
disable_multiarch => true,
}
Or better, do the hiera thing.