From: Silvio Rhatto Date: Thu, 24 Mar 2016 14:40:27 +0000 (-0300) Subject: Avoid 'invalid byte sequence in US-ASCII' error X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=11be0b5ab76226cd2cfa6c8429fba282fc1a1e7a;p=puppet-dhcp.git Avoid 'invalid byte sequence in US-ASCII' error --- diff --git a/manifests/hosts.pp b/manifests/hosts.pp index 9c5d1b3..9e46dde 100644 --- a/manifests/hosts.pp +++ b/manifests/hosts.pp @@ -17,7 +17,7 @@ # eth1 => 'mac-address', # wlan0 => 'mac-address', # wlan1 => 'mac-address', -# …, +# -, # } # }, # => { @@ -27,10 +27,10 @@ # eth1 => 'mac-address', # wlan0 => 'mac-address', # wlan1 => 'mac-address', -# …, +# -, # } # }, -# …, +# -, # } # # Sample usage: