inkblot / puppet-bind

18 stars 82 forks source link

resource_record can't update NS records #29

Closed inkblot closed 9 years ago

inkblot commented 9 years ago

The nsupdate provider for the resource_record resource type can't update an NS record*. The provider attempts to remove all records for the name and then add the correct ones when there is any discrepancy in the resource properties. This does not work for NS records because the nameserver rejects the removal of all of a zone's NS records.