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