-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnode.json.example
56 lines (56 loc) · 1.21 KB
/
node.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"run_list": [
//"recipe[dev-box::ubuntu]",
//"recipe[dev-box::git]",
//"recipe[dev-box::zshell]",
//"recipe[dev-box::ruby]",
//"recipe[dev-box::thinkpad]",
//"recipe[dev-box::sublime]",
//"recipe[dev-box::gnome-terminal]",
//"recipe[dev-box::redis]",
//"recipe[dev-box::dropbox]",
//"recipe[dev-box::elasticsearch]",
//"recipe[dev-box::skype]",
//"recipe[dev-box::multimedia]",
//"recipe[dev-box::postgresql]",
//"recipe[dev-box::node]",
//"recipe[dev-box::time_tracking]"
"recipe[dev-box::browser]"
//"recipe[dev-box::android]"
],
"sublime-text": {
"version": 3,
"release": "vivid"
},
"rvm": {
"user_installs": [
{ "user": "jk" }
],
"upgrade": "stable"
},
"redisio": {
"package_install": true,
"package_name": "redis-server"
},
"java": {
"install_flavor": "openjdk",
"jdk_version": "7"
},
"postgresql": {
"enable_pgdg_apt": false,
"password": {
"postgres": "iloverandompasswordsbutthiswilldo"
}
},
"dev-box": {
"user": "jk",
"distribution": "vivid",
"arch": "amd64",
"nvm": {
"version": "v0.25.3"
},
"railslove_chef": {
"user": "jakob"
}
}
}