From: Peter Palfrader Date: Sun, 7 Jul 2019 18:05:49 +0000 (+0200) Subject: Add a flag to the dns-helper tooling X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d8b2fd955e29599ba70aca31c6fe725240242e8a;p=mirror%2Fdsa-puppet.git Add a flag to the dns-helper tooling --- diff --git a/modules/named/manifests/primary.pp b/modules/named/manifests/primary.pp index 3e579ea5d..ecb5f9b2d 100644 --- a/modules/named/manifests/primary.pp +++ b/modules/named/manifests/primary.pp @@ -24,6 +24,8 @@ class named::primary inherits named::authoritative { target => '/etc/bind/named.conf.puppet-misc', order => '020', content => @("EOF"/$) + // MAINTAIN-KEY: _openpgpkey.debian.org + zone "_openpgpkey.debian.org" { type slave; file "db._openpgpkey.debian.org"; diff --git a/modules/roles/manifests/keyring.pp b/modules/roles/manifests/keyring.pp index 910b6669b..903064d5c 100644 --- a/modules/roles/manifests/keyring.pp +++ b/modules/roles/manifests/keyring.pp @@ -24,7 +24,6 @@ class roles::keyring { target => '/etc/bind/named.conf.puppet-misc', order => '020', content => @("EOF"), - // MAINTAIN-KEY: _openpgpkey.debian.org zone "_openpgpkey.debian.org" { type master; file "/srv/keyring.debian.org/_openpgpkey.debian.org.zone";