Title: Message Title
Daniel Dreier commented on an issue
Puppet / Bug PUP-1239
file resource can't be used to monitor file changes recursively
for a long time i have used puppet to monitor a directory recursively for file changes but since upgrading to 2.6 that doesn't appear to work.

{noformat}
# file_test.pp
file { "/tmp/file_test":
  ensure => directory,
  recurse => true,
  checksum => mtime,
  mode => 644,
  notify => Exec["tar"];
}
exec { "/bin/tar -cf - /tmp/file_t...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to