Mercurial > repos > other > Puppet
changeset 356:404c5194a450
Remove unnecessary group setting on unbound config
"named" group may not exist as we don't have Bind installed
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 03 Oct 2020 19:32:23 +0100 |
parents | 60b13e6d83c5 |
children | ff228d581972 |
files | manifests/templates.pp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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'], }