aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 11:40:27 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 11:40:27 -0300
commit11be0b5ab76226cd2cfa6c8429fba282fc1a1e7a (patch)
treec28467900c5d5aca91daa49799e4f73b115bc90d
parentb01e4aeac80d718d069a66f94f93c88dc7054ede (diff)
downloadpuppet-dhcp-11be0b5ab76226cd2cfa6c8429fba282fc1a1e7a.tar.gz
puppet-dhcp-11be0b5ab76226cd2cfa6c8429fba282fc1a1e7a.tar.bz2
Avoid 'invalid byte sequence in US-ASCII' error
-rw-r--r--manifests/hosts.pp6
1 files 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',
-# …,
+# -,
# }
# },
# <host2> => {
@@ -27,10 +27,10 @@
# eth1 => 'mac-address',
# wlan0 => 'mac-address',
# wlan1 => 'mac-address',
-# …,
+# -,
# }
# },
-# …,
+# -,
# }
#
# Sample usage: