Skip to content

Commit 19c8d81

Browse files
authored
Merge pull request #149 from sensson/update-metadata-for-puppet7
chore: update metadata & readme for puppet 7
2 parents 1484446 + efb5e78 commit 19c8d81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![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)
44

55
This module can be used to configure both the recursor and authoritative
6-
PowerDNS 4 server. It supports Puppet 5 and higher.
6+
PowerDNS 4 server. It officially supports Puppet 7 and higher.
77

88
## Examples
99

@@ -125,10 +125,10 @@ You can add a zone 'example.org' by using:
125125
``` puppet
126126
powerdns_zone{'example.org': }
127127
```
128-
This will add the zone which is then managed through puppet any records not added
128+
This will add the zone which is then managed through puppet any records not added
129129
through puppet will be deleted additionaly a SOA record is generated. To just ensure the
130130
zone is available, but not manage any records use (and do not add any powerdns\_record
131-
resources with target this domain):
131+
resources with target this domain):
132132
``` puppet
133133
powerdns_zone{'example.org':
134134
manage_records => false,

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"requirements": [
7676
{
7777
"name": "puppet",
78-
"version_requirement": ">= 5.0.0 < 8.0.0"
78+
"version_requirement": ">= 7.0.0 < 8.0.0"
7979
}
8080
],
8181
"tags": [
@@ -84,4 +84,4 @@
8484
"pdk-version": "2.5.0",
8585
"template-url": "pdk-default#2.5.0",
8686
"template-ref": "tags/2.5.0-0-g369d483"
87-
}
87+
}

0 commit comments

Comments
 (0)