From 06757bf230dc616832cf2eb560ee9c1570cc1a07 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 16 Jan 2013 10:59:42 -0500 Subject: fix syntax error --- puppet/modules/site_unbound/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/puppet/modules/site_unbound/manifests/init.pp b/puppet/modules/site_unbound/manifests/init.pp index 6a210ab2..a968ac62 100644 --- a/puppet/modules/site_unbound/manifests/init.pp +++ b/puppet/modules/site_unbound/manifests/init.pp @@ -3,7 +3,7 @@ class site_unbound { class { 'unbound': root_hints => false, anchor => false, - ssl => false + ssl => false, settings => { server => { verbosity => '1', @@ -16,5 +16,4 @@ class site_unbound { } } } - } -- cgit v1.2.3