diff options
author | Leif Johansson <leifj@sunet.se> | 2015-03-06 23:11:39 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-03-06 23:11:39 +0100 |
commit | 8d03a8156ff228bfb0516d50f8f1b671ddf34b74 (patch) | |
tree | b1b54277ff99397f6cab7405181efc59a132c502 /global/overlay/etc/puppet/modules/sunet/manifests | |
parent | 2a45c556786297a5a9ec77711482e48a2283b546 (diff) |
recovered lost template for docker unbound.confsunet-ops-2015-03-06-v27
Diffstat (limited to 'global/overlay/etc/puppet/modules/sunet/manifests')
-rw-r--r-- | global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp | 1 |
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'], } |