From 8d03a8156ff228bfb0516d50f8f1b671ddf34b74 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 6 Mar 2015 23:11:39 +0100 Subject: recovered lost template for docker unbound.conf --- global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'global/overlay/etc/puppet/modules/sunet/manifests') 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'], } -- cgit v1.1