projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Upgrade bytemark machines to chef 13
[chef.git]
/
roles
/
osqa.rb
1
name "osqa"
2
description "Role applied to all OSQA servers"
3
4
default_attributes(
5
:accounts => {
6
:users => {
7
:osqa => { :status => :role }
8
}
9
},
10
:osqa => {
11
:sites => [
12
{ :name => "help.openstreetmap.org", :backup => "osqa" }
13
]
14
}
15
)
16
17
run_list(
18
"recipe[osqa]"
19
)