search for: pulledpork

Displaying 2 results from an estimated 2 matches for "pulledpork".

2010 Dec 07
1
dependency loops ???
I have a dependency loop reported but I can not see how this can be: class monitor { class pulledpork ( $master) { exec { "/home/snort/bin/pulledpork -nc conf/$master/pp.conf": cwd => "/home/snort", subscribe => [File["/home/snort/conf/$master/pp"], File[ "/ home/snort/Rules/$master"] ], notify => Servic...
2010 Dec 13
1
monitoring contents of a directory
...nort, source => ''puppet:///modules/snort/Rules/raw'', recurse => true, recurselimit => 1, backup => false, ensure => present; } } This mirrors the files fine.... in another class: class monitor { class pulledpork ( $master) { exec { "/home/snort/bin/pulledpork -nc conf/$master/pp.conf": cwd => "/home/snort", subscribe => [File["/home/snort/conf/$master/pp", "/home/ snort/Rules/raw"] ], notify => Service["sno...