summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-09 15:12:06 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-09 15:12:06 +0200
commit7d9d3cc541fadfca592da8269464ebbf0bfca783 (patch)
treec684900a25c4ad87a3ec8ea620f0d6435a4ce8e2
parentActually add the empty file... (diff)
downloaddns-7d9d3cc541fadfca592da8269464ebbf0bfca783.tar.gz
dns-7d9d3cc541fadfca592da8269464ebbf0bfca783.tar.xz
fix
-rw-r--r--lib/puppet/type/dns_record2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/dns_record2.rb b/lib/puppet/type/dns_record2.rb
index 6fee57e..1fbd1e4 100644
--- a/lib/puppet/type/dns_record2.rb
+++ b/lib/puppet/type/dns_record2.rb
@@ -34,7 +34,7 @@ Puppet::Type.newtype(:dns_record2) do
newproperty(:value) do
desc <<~EOF
DNS payload. For example an IP address.
- EOF
+ EOF
end
newproperty(:key) do