Re: [Puppet Users] Identifying file content change in subsequent client run

2014-10-09 Thread Ashish Jaiswal
Hi, You can check for the mtime in file resource. On Friday 10 October 2014 10:50 AM, ganesh634 wrote: How can i identify if the file content is changed in subsequent client run. Need this information for new resource implementation, which will take action only if file contents are modifie

[Puppet Users] Identifying file content change in subsequent client run

2014-10-09 Thread ganesh634
How can i identify if the file content is changed in subsequent client run. Need this information for new resource implementation, which will take action only if file contents are modified. The file will be created on client using template resource. Is there a way to cache information of previo