diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 21:18:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 21:18:34 -0200 |
commit | 9ad7371b4639d69001ea08e8beceee42dbfdaea7 (patch) | |
tree | 6c8b20a8c0b17833cfcf102d5d9cca80261edba2 /manifests | |
parent | e5c203465c6a250367a535a372e066924a5c48e1 (diff) | |
download | puppet-mysql-9ad7371b4639d69001ea08e8beceee42dbfdaea7.tar.gz puppet-mysql-9ad7371b4639d69001ea08e8beceee42dbfdaea7.tar.bz2 |
Avoiding UTF-8 string due to puppet issue #11860
Diffstat (limited to 'manifests')
-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 df37640..16904fe 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ # See LICENSE for the full license granted to you. # 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 class mysql { |