Skip to content
Snippets Groups Projects
Verified Commit 8e169bf8 authored by Louis Abel's avatar Louis Abel :tv:
Browse files

fix patch

parent bfab8e04
No related merge requests found
......@@ -10,7 +10,7 @@ spec_change {
}
append {
field: "Release"
value: ".0.1"
value: ".0.2"
}
changelog {
author_name: "Release Engineering"
......
From d9e8b21ddd0222c306a92efa56a7bad5429d8c17 Mon Sep 17 00:00:00 2001
From 04ed6b97753d37604ee74b5862a8cd41e4e4f0f1 Mon Sep 17 00:00:00 2001
From: Louis Abel <label@rockylinux.org>
Date: Tue, 8 Aug 2023 12:54:03 -0700
Date: Wed, 10 Jan 2024 11:18:08 -0700
Subject: [PATCH] Ensure cloud-user is applied to Rocky Linux
---
......@@ -8,18 +8,18 @@ Subject: [PATCH] Ensure cloud-user is applied to Rocky Linux
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/cloud.cfg.tmpl b/config/cloud.cfg.tmpl
index 08b6efb..ed82d8d 100644
index 7238c10..464e8bd 100644
--- a/config/cloud.cfg.tmpl
+++ b/config/cloud.cfg.tmpl
@@ -2,7 +2,7 @@
# The top level settings are used as module
# and system configuration.
{% set is_bsd = variant in ["dragonfly", "freebsd", "netbsd", "openbsd"] %}
-{% set is_rhel = variant in ["rhel", "centos"] %}
+{% set is_rhel = variant in ["rhel", "centos", "rocky"] %}
{% if is_bsd %}
syslog_fix_perms: root:wheel
{% elif variant in ["suse"] %}
@@ -262,7 +262,7 @@ system_info:
name: ec2-user
lock_passwd: True
gecos: EC2 Default User
-{% elif variant in ["rhel", "centos"] %}
+{% elif variant in ["rhel", "centos", "rocky"] %}
name: cloud-user
lock_passwd: true
gecos: Cloud User
--
2.41.0
2.43.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment