Displaying 1 result from an estimated 1 matches for "main_cvd".
Did you mean:
main_c
2007 Oct 15
1
inheritance for file properties?
...looking through examples of puppet recipes and came across:
http://reductivelabs.com/trac/puppet/wiki/ClamAV
I notice the exhaustive listing of each files properties and settings
and wonder if there is a way to have a file inherit settings from other
files?
Ie instead of:
file { "main_cvd":
path => "/var/lib/clamav/main.cvd",
source => "puppet://$puppet_server/files/clamav/main.cvd",
ensure => present,
mode => 644,
owner => vscan,
group => vscan,
before => SERVICE["clamd&qu...