Skip to content

Commit

Permalink
add openeuler to distros in cc_spacewalk.py (canonical#5530)
Browse files Browse the repository at this point in the history
Commit 441d8f8 adds openeuler to the list of supported distros in
cc_spacewalk.py, but there is one omission.
  • Loading branch information
xiaoge1001 authored and holmanb committed Aug 2, 2024
1 parent 94d077f commit fb24cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/cc_spacewalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

LOG = logging.getLogger(__name__)

distros = ["redhat", "fedora"]
distros = ["redhat", "fedora", "openeuler"]
required_packages = ["rhn-setup"]
def_ca_cert_path = "/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT"

Expand Down

0 comments on commit fb24cf7

Please sign in to comment.