-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBerksfile
20 lines (16 loc) · 1013 Bytes
/
Berksfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://supermarket.chef.io'
solver :ruby, :required
cookbook 'osl-apache', git: 'git@github.com:osuosl-cookbooks/osl-apache'
cookbook 'osl-acme', git: 'git@github.com:osuosl-cookbooks/osl-acme'
cookbook 'osl-firewall', git: 'git@github.com:osuosl-cookbooks/osl-firewall'
cookbook 'osl-git', git: 'git@github.com:osuosl-cookbooks/osl-git'
cookbook 'osl-mysql', git: 'git@github.com:osuosl-cookbooks/osl-mysql'
cookbook 'osl-nrpe', git: 'git@github.com:osuosl-cookbooks/osl-nrpe'
cookbook 'osl-php', git: 'git@github.com:osuosl-cookbooks/osl-php'
cookbook 'osl-postfix', git: 'git@github.com:osuosl-cookbooks/osl-postfix'
cookbook 'osl-repos', git: 'git@github.com:osuosl-cookbooks/osl-repos'
cookbook 'osl-resources', git: 'git@github.com:osuosl-cookbooks/osl-resources', branch: 'main'
cookbook 'osl-rsync', git: 'git@github.com:osuosl-cookbooks/osl-rsync'
cookbook 'osl-selinux', git: 'git@github.com:osuosl-cookbooks/osl-selinux'
cookbook 'osl-rt-test', path: 'test/cookbooks/osl-rt-test'
metadata