Added pillar.example docs for PR #12
This commit is contained in:
parent
99d0f18951
commit
f3345b1f66
1 changed files with 19 additions and 0 deletions
|
@ -35,3 +35,22 @@ apt_cacher_ng:
|
||||||
# - https://linux.die.net/man/5/apt.conf
|
# - https://linux.die.net/man/5/apt.conf
|
||||||
# Default value ignores proxy for HTTPS connections
|
# Default value ignores proxy for HTTPS connections
|
||||||
https_proxy: DIRECT
|
https_proxy: DIRECT
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
# require/require_in/include example
|
||||||
|
# See https://github.com/saltstack-formulas/apt-cacher-formula/pull/12 for details
|
||||||
|
apt_cacher_ng:
|
||||||
|
...
|
||||||
|
include:
|
||||||
|
# custom states which must run before apt-cacher.ng.server
|
||||||
|
- repositories.sources
|
||||||
|
- apt-cacher-ng-fixes.server
|
||||||
|
require:
|
||||||
|
# custom states: i.e. a file which depends on the apt-cacher-ng package,
|
||||||
|
# but is required by the apt-cacher-ng server.
|
||||||
|
- 'file: /etc/apt-cacher-ng/backends_debian'
|
||||||
|
require_in:
|
||||||
|
# custom states: i.e. Debian package repos
|
||||||
|
- 'pkgrepo: deb jessie-backports'
|
||||||
|
- 'pkgrepo: deb-src jessie-backports'
|
||||||
|
|
Loading…
Reference in a new issue