-
Notifications
You must be signed in to change notification settings - Fork 103
/
Berksfile
26 lines (22 loc) · 1.46 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
# frozen_string_literal: true
# To add a new cookbook dependency or to change version for an existing dependency
# uncomment the following line to enable the public Chef supermarket endpoint
# source 'https://supermarket.chef.io'
source chef_repo: "."
metadata
cookbook "apt", path: "./cookbooks/third-party/apt-7.5.22"
cookbook "iptables", path: "./cookbooks/third-party/iptables-8.0.0"
cookbook "line", path: "./cookbooks/third-party/line-4.5.13"
cookbook "nfs", path: "./cookbooks/third-party/nfs-5.1.2"
cookbook "openssh", path: "./cookbooks/third-party/openssh-2.11.12"
cookbook "pyenv", path: "./cookbooks/third-party/pyenv-4.2.3"
cookbook "yum", path: "./cookbooks/third-party/yum-7.4.13"
cookbook "yum-epel", path: "./cookbooks/third-party/yum-epel-5.0.2"
cookbook "aws-parallelcluster-awsbatch", path: "./cookbooks/aws-parallelcluster-awsbatch"
cookbook "aws-parallelcluster-computefleet", path: "./cookbooks/aws-parallelcluster-computefleet"
cookbook "aws-parallelcluster-entrypoints", path: "./cookbooks/aws-parallelcluster-entrypoints"
cookbook "aws-parallelcluster-environment", path: "./cookbooks/aws-parallelcluster-environment"
cookbook "aws-parallelcluster-platform", path: "./cookbooks/aws-parallelcluster-platform"
cookbook "aws-parallelcluster-shared", path: "./cookbooks/aws-parallelcluster-shared"
cookbook "aws-parallelcluster-slurm", path: "./cookbooks/aws-parallelcluster-slurm"
cookbook "aws-parallelcluster-tests", path: "./cookbooks/aws-parallelcluster-tests"