Re: [Puppet Users] monitoring contents of a directory

2010-12-13 Thread Stefan Schulte
On Sun, Dec 12, 2010 at 06:47:23PM -0800, russell.fulton wrote: >file { > "/home/snort/Rules/raw/": > mode=> "640", >owner => snort, >group => snort, >source => 'puppet:///modules/snort/Rules/raw', > recurse => true, >

[Puppet Users] monitoring contents of a directory

2010-12-12 Thread russell.fulton
Hi I am using puppet to mirror a directory of files, if any of these change then processes need to be restarted. class snort { package { ["snort", "perl-Archive-Tar", "barnyard2", "perl-libwww-perl", "perl- Crypt-SSLeay"]: ensure => present; } # package user{