-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpillar.example
More file actions
42 lines (41 loc) · 1.13 KB
/
pillar.example
File metadata and controls
42 lines (41 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
debootstrap:
# Since the formula builds on top debootstrap-formula, you might
# want to customize some of its pillar data too... see documentation
# of debootstrap-formula
basedir: /srv/chroots
vendor:
debian:
repositories:
default: http://ftp.fr.debian.org/debian
sbuild:
basedir: /srv/chroots
# List of sbuild users to add to the sbuild group
users:
- rhertzog
# Default config for all schroots (will be updated with per-chroot setting)
schroot.conf:
message-verbosity: quiet
# List of chroots to setup with debootstrap for use with sbuild (see
# README.rst for details)
chroots:
sid:
vendor: debian
architectures:
- i386
- amd64
extra_dists:
- experimental
with_source: True
jessie:
vendor: debian
architectures:
- i386
- amd64
# Example where dist is not inferred from the chroot name
jessie-backports:
vendor: debian
dist: jessie
extra_dists:
- jessie-backports
dist_aliases: False # Don't generate aliases that would conflict
# with the main jessie chroot