-
Notifications
You must be signed in to change notification settings - Fork 0
/
Berksfile
112 lines (90 loc) · 4.51 KB
/
Berksfile
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
source 'https://api.berkshelf.com'
solver :gecode, :preferred
cookbook 'apt'
cookbook 'build-essential'
cookbook 'git', '~> 9.0.0'
cookbook 'ntp'
cookbook 'ufw', '~> 3.1.1'
cookbook 'poise-python', '~> 1.7.0'
cookbook 'locale', '~> 2.0.1'
cookbook 'supervisor', '~> 0.4.12'
cookbook 'yarn', '~> 0.4.2'
cookbook 'ssh_known_hosts', '~> 6.1.0'
cookbook 'htpasswd', '~> 0.3.0'
cookbook 'ngx', '~> 1.1.1'
cookbook 'dotfiles',
git: 'https://github.com/aspyatkin/dotfiles-cookbook',
tag: 'v1.4.0'
cookbook 'latest-git',
git: 'https://github.com/aspyatkin/latest-git-cookbook',
tag: 'v1.5.0'
cookbook 'latest-nodejs',
# path: '~/Projects/github.com/aspyatkin/latest-nodejs-cookbook'
git: 'https://github.com/aspyatkin/latest-nodejs-cookbook',
tag: 'v1.6.0'
cookbook 'latest-redis',
# path: '~/Projects/github.com/aspyatkin/latest-redis-cookbook'
git: 'https://github.com/aspyatkin/latest-redis-cookbook',
tag: 'v1.3.2'
cookbook 'latest-postgres',
# path: '~/Projects/github.com/aspyatkin/latest-postgres-cookbook'
git: 'https://github.com/aspyatkin/latest-postgres-cookbook',
tag: 'v0.3.1'
cookbook 'localdns',
git: 'https://github.com/aspyatkin/localdns-cookbook',
tag: 'v1.3.1'
cookbook 'git2',
git: 'https://github.com/aspyatkin/git2-cookbook',
tag: 'v1.0.0'
cookbook 'themis-finals-utils',
# path: '~/Projects/github.com/themis-project/themis-finals-utils-cookbook'
git: 'https://github.com/themis-project/themis-finals-utils-cookbook',
tag: 'v1.2.0'
cookbook 'themis-finals',
# path: '~/Projects/github.com/themis-project/themis-finals-cookbook'
git: 'https://github.com/themis-project/themis-finals-cookbook',
tag: 'v2.2.1'
cookbook 'themis-finals-ruby-service-checker',
# path: '~/Projects/github.com/themis-project/themis-finals-ruby-service-checker-cookbook'
git: 'https://github.com/themis-project/themis-finals-ruby-service-checker-cookbook',
tag: 'v2.0.0'
cookbook 'themis-finals-python-service-checker',
# path: '~/Projects/github.com/themis-project/themis-finals-python-service-checker-cookbook'
git: 'https://github.com/themis-project/themis-finals-python-service-checker-cookbook',
tag: 'v2.0.0'
cookbook 'themis-finals-checker-app-py-lib',
# path: '~/Projects/github.com/themis-project/themis-finals-checker-app-py-lib-cookbook'
git: 'https://github.com/themis-project/themis-finals-checker-app-py-lib-cookbook',
tag: 'v1.3.0'
cookbook 'themis-finals-checker-result-py-lib',
# path: '~/Projects/github.com/themis-project/themis-finals-checker-result-py-lib-cookbook'
git: 'https://github.com/themis-project/themis-finals-checker-result-py-lib-cookbook',
tag: 'v1.3.0'
cookbook 'themis-finals-sample-image',
# path: '~/Projects/github.com/themis-project/themis-finals-sample-image-cookbook'
git: 'https://github.com/themis-project/themis-finals-sample-image-cookbook',
tag: 'v1.2.0'
cookbook 'themis-finals-lib-attack-result-rb',
# path: '~/Projects/github.com/themis-project/themis-finals-lib-attack-result-rb-cookbook'
git: 'https://github.com/themis-project/themis-finals-lib-attack-result-rb-cookbook',
tag: 'v1.3.0'
cookbook 'themis-finals-lib-checker-result-rb',
# path: '~/Projects/github.com/themis-project/themis-finals-lib-checker-result-rb-cookbook'
git: 'https://github.com/themis-project/themis-finals-lib-checker-result-rb-cookbook',
tag: 'v1.3.0'
cookbook 'themis-finals-py-lib',
# path: '~/Projects/github.com/themis-project/themis-finals-py-lib-cookbook'
git: 'https://github.com/themis-project/themis-finals-py-lib-cookbook',
tag: 'v1.0.0'
cookbook 'themis-finals-customize-default',
# path: '~/Projects/github.com/themis-project/themis-finals-customize-default-cookbook'
git: 'https://github.com/themis-project/themis-finals-customize-default-cookbook',
tag: 'v1.0.1'
cookbook 'themis-finals-checker',
# path: '~/Projects/github.com/themis-project/themis-finals-checker-cookbook'
git: 'https://github.com/themis-project/themis-finals-checker-cookbook',
tag: 'v1.0.0'
cookbook 'volgactf-2018-final-customizer',
# path: '~/Projects/github.com/VolgaCTF/2018-final-customizer-cookbook'
git: 'https://github.com/VolgaCTF/2018-final-customizer-cookbook',
tag: 'v1.0.0'