Skip to content

Commit

Permalink
images/oracle: remove redundant releases specifier
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Jan 1, 2025
1 parent 295691b commit 39cc76b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions images/oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ files:
TYPE=Ethernet
MTU=
DHCP_HOSTNAME=`cat /proc/sys/kernel/hostname`
releases:
- 8
- 9
- name: ifcfg-eth0.lxd
path: /etc/sysconfig/network-scripts/ifcfg-eth0
Expand All @@ -71,9 +68,6 @@ files:
MTU=
DHCP_HOSTNAME=`cat /proc/sys/kernel/hostname`
IPV6INIT=yes
releases:
- 8
- 9
- name: network
path: /etc/sysconfig/network
Expand Down Expand Up @@ -109,9 +103,6 @@ files:
control: auto{% else %}{{ config_get("user.network-config", "") }}{% endif %}
variants:
- cloud
releases:
- 8
- 9

- name: user-data
generator: cloud-init
Expand All @@ -137,9 +128,6 @@ files:
distro: fedora
variants:
- cloud
releases:
- 8
- 9

packages:
manager: yum
Expand All @@ -163,9 +151,6 @@ packages:
- packages:
- NetworkManager
action: install
releases:
- 8
- 9

- packages:
- cloud-init
Expand All @@ -184,9 +169,6 @@ packages:
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
releases:
- 8
- 9
variants:
- cloud

Expand Down

0 comments on commit 39cc76b

Please sign in to comment.