diff options
author | Matt Taggart <taggart@riseup.net> | 2015-10-02 21:07:01 +0000 |
---|---|---|
committer | Matt Taggart <taggart@riseup.net> | 2015-10-02 21:07:01 +0000 |
commit | 63b80c9c238b19635665cfe20c2c8bd79994ab15 (patch) | |
tree | 6ceb761aa490740e1410450ed497308439557d93 | |
parent | 1fd73c0f48458c412b0abcf919aca5bd5f1fd516 (diff) | |
parent | 395c17f274525336ec1545aafd9c8b0a044ed0a3 (diff) |
Merge branch 'non_ascii_char' into 'master'
remove non-ascii char in comment
puppet 3.x refuses to run when there are non-ASCII chars in comments
(wth!). so replace that char with an ASCII representation of it.
See merge request !11
-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 5cbd3f3..c62c480 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,7 +5,7 @@ # Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> # 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 |