Hi,

I'm new with puppet.  I try to make a simple task with puppet:

PuppetMaster: 3.3.1
PuppetClient: 3.3.2 (windows 2003)
PuppetClient: 3.4RC2 (windows 2008)

Init.pp
class check_mk_client {
      file {'check_mk_agent_ini':
        ensure             => file,
        path               => 'C:/temp/check_mk.ini',
        source             => 'puppet:///modules/check_mk_client/check_mk.ini',
      }
}

Puppet can copy the file on the client without problem if the file is not 
present.  However, when a change the file on the server, I got this error on 
the client when I try to update on the client's side:

Error: "\xF4" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to UTF-16LE
Error: /Stage[main]/Check_mk_client/File[check_mk_agent_ini]/content: change 
from {md5}07f8bdf94be7a9780cbe16f5fdff4fc9 to 
{md5}2c7d5c5bf05b21a9f6393044d4bdf586
failed: "\xF4" to UTF-8 in conversion from ASCII-8BIT to UTF-8 to UTF-16LE

How I can replace a file on the client?  The ini file is just an example (so I 
don't want to generate a ini with a puppet module).

Best Regards,


dominique

Mise en garde concernant la confidentialit? : Le pr?sent message, comprenant 
tout fichier qui y est joint, est envoy? ? l'intention exclusive de son 
destinataire; il est de nature confidentielle et peut constituer une 
information prot?g?e par le secret professionnel. Si vous n'?tes pas le 
destinataire, nous vous avisons que toute impression, copie, distribution ou 
autre utilisation de ce message est strictement interdite. Si vous avez re?u ce 
courriel par erreur, veuillez en aviser imm?diatement l'exp?diteur par retour 
de courriel et supprimer le courriel. Merci!

Confidentiality Warning: This message, including any attachment, is sent only 
for the use of the intended recipient; it is confidential and may constitute 
privileged information. If you are not the intended recipient, you are hereby 
notified that any printing, copying, distribution or other use of this message 
is strictly prohibited. If you have received this email in error, please notify 
the sender immediately by return email, and delete it. Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/C2F62CDF5915D0458F0528664315BAE732333E8A%40MTL1EXC01.scqmtl.loto-quebec.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to