diff options
author | Micah Anderson <micah@riseup.net> | 2013-01-16 10:59:42 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-01-16 10:59:42 -0500 |
commit | 06757bf230dc616832cf2eb560ee9c1570cc1a07 (patch) | |
tree | 2864ca153747d97a50f21c34ca51fd97f59dbb07 /puppet/modules/site_unbound | |
parent | 5385602a435acb92e1588f74296b6a5339385199 (diff) |
fix syntax error
Diffstat (limited to 'puppet/modules/site_unbound')
-rw-r--r-- | puppet/modules/site_unbound/manifests/init.pp | 3 |
1 files changed, 1 insertions, 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 { } } } - } |