Re: [Puppet Users] compare md5

2013-05-02 Thread Nan Liu
On Thu, May 2, 2013 at 6:31 AM, Roque Moyano wrote: > I wanna to download a file and compare the md5 result of it with the md5 > file downloaded, is there any way to do it? Is to verify that the file was > downloaded correctly. I did it but it doesn't work me > > exec {'download-FILE-tgz'

[Puppet Users] compare md5

2013-05-02 Thread Roque Moyano
Hi I wanna to download a file and compare the md5 result of it with the md5 file downloaded, is there any way to do it? Is to verify that the file was downloaded correctly. I did it but it doesn't work me exec {'download-FILE-tgz': user => $user,