Displaying 1 result from an estimated 1 matches for "munin_includ".
Did you mean:
munin_includes
2007 Jan 14
0
file_splice Hack
...rn''
$file":
require => Append_if_no_such_line [ "seed-$file-$pattern" ],
subscribe => [ File [ $splice_file ], File[$file] ]
}
}
}
}
}}}
Usage example: manual conf.d style includes
{{{
# monitor this file for updates
$munin_includes = "$splice_dir/munin_conf_includes"
file { $munin_includes: checksum => md5, }
# this directory collects munin-node definitions from the munin-nodes
$NODESDIR = "/var/local/puppet/munin-nodes"
# concatenate all definitions into one file
exec { create_munin_i...