forked from saltstack-formulas/aptly-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpillar.example
49 lines (47 loc) · 1.1 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
aptly:
homedir: /var/lib/aptly
rootdir: /var/lib/aptly/repo
repos:
repo01:
components:
- main
- contrib
- non-free
distributions:
- wheezy
- sqeezy
comment: "Software Repo"
pkgdir: /srv/pkgs
mirrors:
salt-main:
url: http://repo.saltstack.com/apt/ubuntu/ubuntu14/latest
distribution: trusty
components:
- main
keyid: DE57BFBE
architectures:
- amd64
secure: 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-----