Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 29th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ## test.pp
  2. file{"/tmp/foo":
  3.     audit => content
  4. }
  5.  
  6. ## use
  7. % puppet test.pp
  8. % ls >> /tmp/foo
  9. % puppet test.pp
  10. notice: /Stage[main]//File[/tmp/foo]/content: audit change: previously recorded value {md5}b7d192a44e0da16cd180ebe85efb7c8f has been changed to {md5}4be7471d407d24d2862150d0def9c0a0
  11. % puppet test.pp