diff --git a/README.md b/README.md index 4c1f6e9..83d334c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://github.com/sensson/puppet-powerdns/workflows/CI/badge.svg)](https://github.com/sensson/puppet-powerdns/actions) [![Puppet Forge](https://img.shields.io/puppetforge/v/sensson/powerdns.svg?maxAge=2592000?style=plastic)](https://forge.puppet.com/sensson/powerdns) This module can be used to configure both the recursor and authoritative -PowerDNS 4 server. It supports Puppet 5 and higher. +PowerDNS 4 server. It officially supports Puppet 7 and higher. ## Examples @@ -125,10 +125,10 @@ You can add a zone 'example.org' by using: ``` puppet powerdns_zone{'example.org': } ``` -This will add the zone which is then managed through puppet any records not added +This will add the zone which is then managed through puppet any records not added through puppet will be deleted additionaly a SOA record is generated. To just ensure the zone is available, but not manage any records use (and do not add any powerdns\_record -resources with target this domain): +resources with target this domain): ``` puppet powerdns_zone{'example.org': manage_records => false, diff --git a/metadata.json b/metadata.json index 315ddfd..7fcb1ac 100644 --- a/metadata.json +++ b/metadata.json @@ -75,7 +75,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 5.0.0 < 8.0.0" + "version_requirement": ">= 7.0.0 < 8.0.0" } ], "tags": [ @@ -84,4 +84,4 @@ "pdk-version": "2.5.0", "template-url": "pdk-default#2.5.0", "template-ref": "tags/2.5.0-0-g369d483" -} \ No newline at end of file +}