File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ 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 )
4
4
5
5
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.
7
7
8
8
## Examples
9
9
@@ -125,10 +125,10 @@ You can add a zone 'example.org' by using:
125
125
``` puppet
126
126
powerdns_zone{'example.org': }
127
127
```
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
129
129
through puppet will be deleted additionaly a SOA record is generated. To just ensure the
130
130
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):
132
132
``` puppet
133
133
powerdns_zone{'example.org':
134
134
manage_records => false,
Original file line number Diff line number Diff line change 75
75
"requirements" : [
76
76
{
77
77
"name" : " puppet" ,
78
- "version_requirement" : " >= 5 .0.0 < 8.0.0"
78
+ "version_requirement" : " >= 7 .0.0 < 8.0.0"
79
79
}
80
80
],
81
81
"tags" : [
84
84
"pdk-version" : " 2.5.0" ,
85
85
"template-url" : " pdk-default#2.5.0" ,
86
86
"template-ref" : " tags/2.5.0-0-g369d483"
87
- }
87
+ }
You can’t perform that action at this time.
0 commit comments