summaryrefslogtreecommitdiff
path: root/global/overlay/etc/puppet/modules
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2015-03-06 09:45:19 +0100
committerLeif Johansson <leifj@sunet.se>2015-03-06 09:45:19 +0100
commit285a421e98d311f8b9488ce529b1613de4d4e5cd (patch)
tree97a31d6fa152dad6c47377a7640ae8949ff569ef /global/overlay/etc/puppet/modules
parentf6d42ca7f70982f1df3a0853b1c5e23e42f9599a (diff)
define unbound servicesunet-ops-2015-03-06-v02
Diffstat (limited to 'global/overlay/etc/puppet/modules')
-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 9dec034..b5eb476 100644
--- a/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp
+++ b/global/overlay/etc/puppet/modules/sunet/manifests/dockerhost.pp
@@ -16,6 +16,7 @@ class sunet::dockerhost {
}
package { 'unbound': ensure => 'latest' }
+ service { 'unbound': ensure => 'running' }
file { '/usr/local/etc/docker.d/20unbound':
ensure => file,