e8716e742e
If we move these into a subdir, it cleans up the number of things we nave to files match on. Stop running disable-puppet-agent in base. We run it in run-puppet which should be fine. Change-Id: Ia16adb96b11d25a097490882c4c59a50a0b7b23d
14 lines
450 B
YAML
14 lines
450 B
YAML
# We require the defaults file be in place before installing the
|
|
# package to work around this bug:
|
|
# https://bugs.launchpad.net/ubuntu/+source/unbound/+bug/988513
|
|
# where we could end up briefly forwarding to a provider's broken
|
|
# DNS.
|
|
|
|
# This file differs from that in the package only by setting
|
|
# RESOLVCONF_FORWARDERS to false.
|
|
- name: Install unbound defaults file
|
|
copy:
|
|
src: unbound.default
|
|
dest: /etc/default/unbound
|
|
mode: 0444
|