https://github.com/voxpupuli/puppet-pbuilder
Pbuilder module for Puppet
https://github.com/voxpupuli/puppet-pbuilder
debian-puppet-module hacktoberfest linux-puppet-module puppet puppet-module
Last synced: 3 months ago
JSON representation
Pbuilder module for Puppet
- Host: GitHub
- URL: https://github.com/voxpupuli/puppet-pbuilder
- Owner: voxpupuli
- License: apache-2.0
- Created: 2011-10-24T08:05:11.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T07:31:30.000Z (8 months ago)
- Last Synced: 2024-10-29T14:22:41.258Z (7 months ago)
- Topics: debian-puppet-module, hacktoberfest, linux-puppet-module, puppet, puppet-module
- Language: Puppet
- Homepage:
- Size: 173 KB
- Stars: 2
- Watchers: 44
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Pbuilder Puppet module
======================[](https://forge.puppetlabs.com/puppet/pbuilder)
[](https://forge.puppetlabs.com/puppet/pbuilder)

[](https://forge.puppetlabs.com/puppet/pbuilder)
[](http://www.camptocamp.com)# Overview
Pbuilder is a building utility for Debian systems based on sbuild.
## pbuilder
This module assumes the following directories:
Configuration:
- ${confdir}/$name : root for the pbuilder conf
- ${confdir}/$name/pbuilderrc : configuration file for the pbuilder
- ${confdir}/$name/apt.config : apt config file (including sources.list) for the pbuilder
- ${confdir}/$name/hooks : hooks for the pbuilderCache:
- ${cachedir}/$name : root for the pbuilder cache
- ${cachedir}/$name/aptcache : aptcache for the pbuilder
- ${cachedir}/$name/build : build directory for the pbuilder
- ${cachedir}/$name/result : result packages for the pbuilderChroot:
- ${chrootdir}/base_$name.tgz : compressed chroot for the pbuilder### Important note
You have to provide a valid apt.config directory for your pbuilder.
You can use the apt class for that, and notify the private pbuilder_update Exec.# Licence
Copyright © 2007-2018 Raphaël Pinson
See the LICENSE file for the full license.