-
Notifications
You must be signed in to change notification settings - Fork 32
/
pillar.example
91 lines (89 loc) · 1.97 KB
/
pillar.example
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
aptly:
lookup:
homedir: /var/lib/aptly
rootdir: /var/lib/aptly/repo
use_aptly_repo: True
install_packages: True
create_user: True
secure: True
gpg_command: 'gpg'
gpg_keyring: 'trustedkeys.gpg'
username: aptly
groupname: aptly
user:
uid: 0
gid: 0
architectures:
- amd64
- i386
- all
- source
repos:
repo01:
components:
- main
- contrib
- non-free
distributions:
- wheezy
- sqeezy
comment: "Software Repo"
pkgdir: /srv/pkgs
mirrors:
google-earth-main:
url: http://dl.google.com/linux/earth/deb/
distribution: stable
keyserver: keys.gnupg.net
components:
- main
keyids:
- 7FAC5991
- 640DB551
architectures:
- amd64
prefix: "google-earth-main"
salt-main:
url: http://repo.saltstack.com/apt/ubuntu/ubuntu14/latest
distribution: trusty
components:
- main
keyids:
- DE57BFBE
architectures:
- amd64
stretch:
url: http://ftp.fr.debian.org/debian/
distribution: stretch
components:
- main
architectures:
- amd64
filter:
- Priority (required)
- Priority (important)
- Priority (standard)
- bash
filter-with-deps: true
s3Endpoints:
test:
region: us-west-2
bucket: bucketnamegoeshere
awsAccessKeyID: ""
awsSecretAccessKey: ""
prefix: ""
acl: "private"
storageClass: ""
encryptionMethod: ""
plusWorkaround: "false"
gpg_keypair_id: 00000000
gpg_passphrase: 'my voice is my passport'
gpg_pub_key: |
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux)
....
-----END PGP PUBLIC KEY BLOCK-----
gpg_priv_key: |
-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: GnuPG v1.4.12 (GNU/Linux)
....
-----END PGP PRIVATE KEY BLOCK-----