summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-03-06 23:11:39 +0100
committerLeif Johansson <leifj@sunet.se>2015-03-06 23:11:39 +0100
commit8d03a8156ff228bfb0516d50f8f1b671ddf34b74 (patch)
treeb1b54277ff99397f6cab7405181efc59a132c502
parent2a45c556786297a5a9ec77711482e48a2283b546 (diff)
recovered lost template for docker unbound.confsunet-ops-2015-03-06-v27
-rw-r--r--global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp b/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp
index b5eb476..67f75f9 100644
--- a/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp
+++ b/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp
@@ -36,6 +36,7 @@ class sunet::dockerhost {
ensure => file,
path => '/etc/unbound/unbound.conf.d/docker.conf',
mode => '0644',
+ content => template('sunet/dockerhost/unbound_docker.conf.erb'),
notify => Service['unbound'],
}