projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update pyrene to postgres 12, postgis 3 and carto 5.0.0
[chef.git]
/
roles
/
munin.rb
1
name "munin"
2
description "Role applied to all munin servers"
3
4
default_attributes(
5
:munin => {
6
:plugins => {
7
:munin_update => {
8
:contacts => "null"
9
}
10
}
11
}
12
)
13
14
run_list(
15
"recipe[munin::server]"
16
)