diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 11:26:36 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 11:26:36 -0200 | 
| commit | 2f27ace0089a78e060ec1edf1ab58037344512ba (patch) | |
| tree | 4e641b05b9371c59681adc935708e38ed48511cf | |
| parent | 3d9feb7f47151c9b828a5ff2e74d2f0d97ebab01 (diff) | |
| download | puppet-bind-2f27ace0089a78e060ec1edf1ab58037344512ba.tar.gz puppet-bind-2f27ace0089a78e060ec1edf1ab58037344512ba.tar.bz2  | |
Avoiding UTF-8 string due to puppet issue #11860
| -rw-r--r-- | manifests/record.pp | 2 | 
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.  #  | 
