summaryrefslogtreecommitdiff
path: root/cloudinit/distros/sle_hpc.py
blob: 097e9c14a1f6290ee9388f59c8aedd45a15a405f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#    Copyright (C) 2023 SUSE LLC
#
#    Author: Robert Schweikert <rjschwei@suse.com>
#
# This file is part of cloud-init. See LICENSE file for license information.

from cloudinit.distros import opensuse


class Distro(opensuse.Distro):
    pass


# vi: ts=4 expandtab