Skip to content

Commit

Permalink
chore: update metadata & readme for puppet 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed Apr 1, 2023
1 parent 1484446 commit efb5e78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 5.0.0 < 8.0.0"
"version_requirement": ">= 7.0.0 < 8.0.0"
}
],
"tags": [
Expand All @@ -84,4 +84,4 @@
"pdk-version": "2.5.0",
"template-url": "pdk-default#2.5.0",
"template-ref": "tags/2.5.0-0-g369d483"
}
}

0 comments on commit efb5e78

Please sign in to comment.