[Puppet Users] Re: compare md5

2013-05-02 Thread Roque Moyano
thanks!! the solution was a "grep" . Regards, El jueves, 2 de mayo de 2013 08:31:43 UTC-5, Roque Moyano escribió: > > 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 t

[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,