Skip to content

Commit

Permalink
feat(content): Update Foreman Client from 3.10 to 3.11 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Dec 9, 2024
1 parent 6e8dbea commit c17f737
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
12 changes: 6 additions & 6 deletions roles/content/tasks/content_views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
product: CentOS 7
- name: Extra Packages for Enterprise Linux 7 x86_64
product: Extra Packages for Enterprise Linux 7
- name: Foreman Client 3.10 EL7 x86_64
product: Foreman Client 3.10 EL7
- name: Foreman Client 3.11 EL7 x86_64
product: Foreman Client 3.11 EL7
- name: RaBe Logstash Addons EL7
product: RaBe Logstash Addons EL7
- name: Copr repo for rabe-zabbix x86_64
Expand Down Expand Up @@ -79,8 +79,8 @@
product: AlmaLinux 8
- name: AlmaLinux 8 RT x86_64
product: AlmaLinux 8
- name: Foreman Client 3.10 EL8 x86_64
product: Foreman Client 3.10 EL8
- name: Foreman Client 3.11 EL8 x86_64
product: Foreman Client 3.11 EL8
- name: Extra Packages for Enterprise Linux 8 x86_64
product: Extra Packages for Enterprise Linux 8
- name: AlmaLinux 9 Base x86_64
Expand All @@ -107,8 +107,8 @@
product: AlmaLinux 9
- name: AlmaLinux 9 RT x86_64
product: AlmaLinux 9
- name: Foreman Client 3.10 EL9 x86_64
product: Foreman Client 3.10 EL9
- name: Foreman Client 3.11 EL9 x86_64
product: Foreman Client 3.11 EL9
- name: Extra Packages for Enterprise Linux 9 x86_64
product: Extra Packages for Enterprise Linux 9
- name: Zabbix 7.0 Official Repository - EL9 - x86_64
Expand Down
28 changes: 28 additions & 0 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,34 @@
url: https://yum.theforeman.org/client/3.10/el9/x86_64/
download_policy: on_demand
auto_enabled: true
# Foreman 3.11
- name: Foreman Client 3.11 EL7
label: foremanclient311el7
repositories:
- name: Foreman Client 3.11 EL7 x86_64
content_type: yum
label: foreman311el7_client
url: https://yum.theforeman.org/client/3.11/el7/x86_64/
download_policy: on_demand
auto_enabled: true
- name: Foreman Client 3.11 EL8
label: foremanclient311el8
repositories:
- name: Foreman Client 3.11 EL8 x86_64
content_type: yum
label: foreman311el8_client
url: https://yum.theforeman.org/client/3.11/el8/x86_64/
download_policy: on_demand
auto_enabled: true
- name: Foreman Client 3.11 EL9
label: foremanclient311el9
repositories:
- name: Foreman Client 3.11 EL9 x86_64
content_type: yum
label: foreman311el9_client
url: https://yum.theforeman.org/client/3.11/el9/x86_64/
download_policy: on_demand
auto_enabled: true
# old zabbix for exiting el7 machines
- name: Zabbix 3.0 (LTS) EL7
label: zabbix30el7
Expand Down

0 comments on commit c17f737

Please sign in to comment.