# HG changeset patch # User IBBoard # Date 1601749943 -3600 # Node ID 404c5194a450344bb2346d521a5df6d70006d209 # Parent 60b13e6d83c55fd94aaf96fd3e30bde680b8c3b4 Remove unnecessary group setting on unbound config "named" group may not exist as we don't have Bind installed diff -r 60b13e6d83c5 -r 404c5194a450 manifests/templates.pp --- a/manifests/templates.pp Sat Oct 03 19:31:19 2020 +0100 +++ b/manifests/templates.pp Sat Oct 03 19:32:23 2020 +0100 @@ -189,7 +189,6 @@ "puppet:///common/unbound.conf-${::hostname}", "puppet:///common/unbound.conf", ], - group => 'named', require => Package['unbound'], notify => Service['unbound'], }