diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 21:16:19 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 21:16:19 -0200 |
commit | 4b8c77eaed34e97e3aa4b5b310597a48e099a635 (patch) | |
tree | fabc67972d10f3e91edab767c27790c195266967 | |
parent | c7eca077fdda063edc96d3bea02c4774569e4b10 (diff) | |
download | puppet-resolvconf-4b8c77eaed34e97e3aa4b5b310597a48e099a635.tar.gz puppet-resolvconf-4b8c77eaed34e97e3aa4b5b310597a48e099a635.tar.bz2 |
Avoiding UTF-8 string due to puppet issue #11860
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c22c4ea..190758e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ # # Copyright 2008, admin(at)immerda.ch # Copyright 2008, Puzzle ITC GmbH -# Marcel Härry haerry+puppet(at)puzzle.ch +# Marcel Haerry haerry+puppet(at)puzzle.ch # Simon Josi josi+puppet(at)puzzle.ch # # This program is free software; you can redistribute |