network/salt/unbound/init.sls

12 lines
245 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
/etc/unbound/unbound.conf.d/listen.conf:
file.managed:
- source: salt://unbound/listen.conf