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
/
nz.rb
1
name "nz"
2
description "Role applied to all servers located in New Zealand"
3
4
override_attributes(
5
:country => "nz",
6
:timezone => "Pacific/Auckland"
7
)
8
9
run_list(
10
"role[base]"
11
)