- ## test.pp
- file{"/tmp/foo":
- audit => content
- }
- ## use
- % puppet test.pp
- % ls >> /tmp/foo
- % puppet test.pp
- notice: /Stage[main]//File[/tmp/foo]/content: audit change: previously recorded value {md5}b7d192a44e0da16cd180ebe85efb7c8f has been changed to {md5}4be7471d407d24d2862150d0def9c0a0
- % puppet test.pp