projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mayr.debian.org has been decommissioned for a lot of time
[mirror/dsa-puppet.git]
/
modules
/
munin
/
manifests
/
master-per-node.pp
1
define munin::master-per-node($ipaddress, $munin_async) {
2
$client_fqdn = $name
3
$client_ipaddress = $ipaddress
4
$client_munin_async = $munin_async
5
6
file { "/etc/munin/munin-conf.d/${name}.conf":
7
content => template('munin/munin.conf-per-node.erb'),
8
}
9
}