lazypower / DNS-Charm

DNS Charm
MIT License
7 stars 5 forks source link

provider_config will yield malformed data when newlines are present #20

Open lazypower opened 9 years ago

lazypower commented 9 years ago

If you set a new line, the newline is transferred to the resulting dict, causing an issue with AWS Rt53. The values should be trimmed during the parsing.