projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove date from nominatim fail2ban regex
[chef.git]
/
roles
/
nominatim-standalone.rb
1
name "nominatim-standalone"
2
description "Role applied to all stand-alone nominatim servers"
3
4
default_attributes(
5
:apt => {
6
:sources => ["postgresql"]
7
},
8
:nominatim => {
9
:enable_backup => false
10
}
11
)
12
13
run_list(
14
"role[nominatim]",
15
"recipe[nominatim::standalone]"
16
)