We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b72979 commit 1d48014Copy full SHA for 1d48014
cookbooks/aws-parallelcluster-environment/resources/lustre/partial/_install_lustre_debian.rb
@@ -14,6 +14,7 @@
14
# See the License for the specific language governing permissions and limitations under the License.
15
16
action :setup do
17
+ return if node['platform_version'].to_i == 24
18
apt_repository 'fsxlustreclientrepo' do
19
uri "https://fsx-lustre-client-repo.s3.amazonaws.com/ubuntu"
20
components ['main']
0 commit comments