From 11be0b5ab76226cd2cfa6c8429fba282fc1a1e7a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Mar 2016 11:40:27 -0300 Subject: Avoid 'invalid byte sequence in US-ASCII' error --- manifests/hosts.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- cgit v1.2.3