summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 11:26:36 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 11:26:36 -0200
commit2f27ace0089a78e060ec1edf1ab58037344512ba (patch)
tree4e641b05b9371c59681adc935708e38ed48511cf
parent3d9feb7f47151c9b828a5ff2e74d2f0d97ebab01 (diff)
downloadpuppet-bind-2f27ace0089a78e060ec1edf1ab58037344512ba.tar.gz
puppet-bind-2f27ace0089a78e060ec1edf1ab58037344512ba.tar.bz2
Avoiding UTF-8 string due to puppet issue #11860
-rw-r--r--manifests/record.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/record.pp b/manifests/record.pp
index dc43aaa..8448afe 100644
--- a/manifests/record.pp
+++ b/manifests/record.pp
@@ -6,7 +6,7 @@
# *$zone*: Bind::Zone name
# *$owner*: owner of the Resource Record
# *$host*: target of the Resource Record
-# *$record_type°: resource record type
+# *$record_type: resource record type
# *$record_class*: resource record class. Default "IN".
# *$ttl*: Time to Live for the Resource Record. Optional.
#