Skip to content

Commit 1d48014

Browse files
committed
Do not install lustre on ubuntu2404
1 parent 0b72979 commit 1d48014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookbooks/aws-parallelcluster-environment/resources/lustre/partial/_install_lustre_debian.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# See the License for the specific language governing permissions and limitations under the License.
1515

1616
action :setup do
17+
return if node['platform_version'].to_i == 24
1718
apt_repository 'fsxlustreclientrepo' do
1819
uri "https://fsx-lustre-client-repo.s3.amazonaws.com/ubuntu"
1920
components ['main']

0 commit comments

Comments
 (0)