network/salt/unbound/init.sls

37 lines
842 B
Plaintext
Raw Normal View History

2016-11-16 02:06:55 +01:00
unbound:
pkg.installed: []
2016-11-17 15:35:39 +01:00
service:
- running
- watch:
- pkg: unbound
- file: /etc/unbound/unbound.conf.d/listen.conf
2016-11-16 02:06:55 +01:00
2016-11-18 02:59:53 +01:00
dns-root-data:
pkg.installed: []
2016-11-16 02:06:55 +01:00
/etc/unbound/unbound.conf.d/listen.conf:
file.managed:
- source: salt://unbound/listen.conf
2016-11-18 02:59:53 +01:00
/etc/unbound/unbound.conf.d/root.conf:
file.managed:
- source: salt://unbound/root.conf
2016-12-10 02:44:27 +01:00
2018-01-20 17:43:20 +01:00
/etc/unbound/unbound.conf.d/forward.conf:
file.managed:
- source: salt://unbound/forward.conf
2016-12-10 02:44:27 +01:00
/etc/unbound/unbound.conf.d/verbose.conf:
file.managed:
- source: salt://unbound/verbose.conf
/etc/unbound/unbound.conf.d/local-zones.conf:
file.managed:
- source: salt://unbound/local-zones.conf
- template: 'jinja'
/etc/unbound/unbound.conf.d/dn42-zones.conf:
file.managed:
- source: salt://unbound/dn42-zones.conf
- template: 'jinja'