> Ok - so the error occurs if the file already exists. I modified my > test file, restarted, and I now get the same error: > Sep 2 15:20:09 vm1 puppetd[3205]: (//Node[default]/baseclass/testfile/ > File[/tmp/testfile.txt]/source) change from {md5} > f47c75614087a8dd938ba4acff252494 to puppet:///files/testfile.txt > failed: Certificates were not trusted: hostname not match with the > server certificate > > Any ideas what is going on here?
Since you were able to create a file that was previously non-existent, it seems to have to do with the filebucketing of the existing file, doesn't it? (since filebucketing wouldn't happen at this point). Can you add something like the following to your site.pp? filebucket { main: server => 'vm1.guilty.com' } --Justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---