projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tile: Switch back to default parent.
[chef.git]
/
roles
/
jakelong.rb
1
name "jakelong"
2
description "Master role applied to jakelong"
3
4
default_attributes(
5
:networking => {
6
:interfaces => {
7
:external_ipv4 => {
8
:interface => "eth0",
9
:role => :external,
10
:family => :inet,
11
:address => "64.62.205.202",
12
:prefix => "26",
13
:gateway => "64.62.205.193"
14
}
15
}
16
},
17
:squid => {
18
:cache_mem => "650 MB",
19
:cache_dir => "coss /store/squid/coss-01 15000 block-size=8192 max-size=262144 membufs=30"
20
}
21
)
22
23
run_list(
24
"role[prgmr]",
25
"role[tilecache]"
26
)